Skip to content

Commit

Permalink
fix: Fix submarines submerging at the wrong time.
Browse files Browse the repository at this point in the history
  • Loading branch information
notnotmelon committed Dec 7, 2024
1 parent c6f80d6 commit a048740
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/submarine.lua
Original file line number Diff line number Diff line change
Expand Up @@ -230,5 +230,5 @@ end
maraxsis.register_delayed_function("automated_submerge", automated_submerge)

maraxsis.on_event(defines.events.on_spider_command_completed, function(event)
maraxsis.execute_later("automated_submerge", 10, event)
maraxsis.execute_later("automated_submerge", 30, event)
end)

0 comments on commit a048740

Please sign in to comment.