Skip to content

Commit

Permalink
Mtn: more fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerkiz committed Oct 26, 2024
1 parent 0bba98a commit c78ec66
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions maps/mountain_fortress_v3/locomotive.lua
Original file line number Diff line number Diff line change
Expand Up @@ -640,6 +640,8 @@ local function on_gui_opened(event)
end

function Public.boost_players_around_train()
if not Public.is_task_done() then return end

local rpg = RPG.get('rpg_t')
local active_surface_index = Public.get('active_surface_index')
if not active_surface_index then
Expand Down

0 comments on commit c78ec66

Please sign in to comment.