mirror of
https://github.com/ComfyFactory/ComfyFactorio.git
synced 2025-02-09 13:37:02 +02:00
Fix a wrong message
This commit is contained in:
parent
f989cbf6a3
commit
26750ed6bd
@ -63,7 +63,7 @@ function Public.add_shield(surface, force, center, lifetime_ticks, time_to_full_
|
||||
if is_pause_mode then
|
||||
-- Freeze players to avoid AFK abuse
|
||||
shield.force.character_running_speed_modifier = -1
|
||||
game.print("Your AFK PvP shield is now rolling out. You will be frozen until it expires in " ..
|
||||
shield.force.print("Your AFK PvP shield is now rolling out. You will be frozen until it expires in " ..
|
||||
string.format("%.0f", (Public.remaining_lifetime(shield)) / 60 / 60) .. ' minutes')
|
||||
end
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user