share/hedgewars/Data/Maps/CTF_Blizzard/map.lua
branch0.9.19
changeset 9093 4114ce5d885d
parent 8349 a1dbe148f10f
child 12077 ce3860c82c8b
equal deleted inserted replaced
9092:164690ff1408 9093:4114ce5d885d
    89 ------------
    89 ------------
    90 
    90 
    91 -- add support for more players
    91 -- add support for more players
    92 -- re-enable sudden death, but set water rise to 0
    92 -- re-enable sudden death, but set water rise to 0
    93 
    93 
    94 HedgewarsScriptLoad("Scripts/Locale.lua")()
    94 HedgewarsScriptLoad("/Scripts/Locale.lua")
    95 
    95 
    96 ---------------------------------------------------------------
    96 ---------------------------------------------------------------
    97 ----------lots of bad variables and things
    97 ----------lots of bad variables and things
    98 ----------because someone is too lazy
    98 ----------because someone is too lazy
    99 ----------to read about tables properly
    99 ----------to read about tables properly