Skip to content

Commit

Permalink
Increase the priority on events that should happen last.
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbens committed Apr 15, 2024
1 parent 48726f2 commit de7011a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions dat/events/derelict.lua
Expand Up @@ -4,6 +4,7 @@
<location>enter</location>
<chance>45</chance>
<cond>system.cur():faction() ~= nil</cond>
<priority>99</priority>
<notes>
<tier>1</tier>
</notes>
Expand Down
1 change: 1 addition & 0 deletions dat/events/hypergate_construction.lua
Expand Up @@ -4,6 +4,7 @@
<location>enter</location>
<chance>100</chance>
<chapter>0</chapter>
<priority>99</priority>
</event>
--]]
--[[
Expand Down
1 change: 1 addition & 0 deletions dat/events/hypergate_fleets.lua
Expand Up @@ -4,6 +4,7 @@
<location>enter</location>
<chance>100</chance>
<chapter>1</chapter>
<priority>99</priority>
</event>
--]]
--[[
Expand Down
2 changes: 1 addition & 1 deletion dat/events/pers.lua
Expand Up @@ -3,7 +3,7 @@
<event name="Pers">
<location>load</location>
<chance>100</chance>
<priority>11</priority>
<priority>99</priority>
</event>
--]]
local lf = require "love.filesystem"
Expand Down

0 comments on commit de7011a

Please sign in to comment.