share/hedgewars/Data/Maps/CTF_Blizzard/map.lua
changeset 8349 a1dbe148f10f
parent 7838 5c2337f8dbb2
child 9093 4114ce5d885d
equal deleted inserted replaced
8348:c039ac6f33e0 8349:a1dbe148f10f
    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 loadfile(GetDataPath() .. "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