share/hedgewars/Data/Scripts/Multiplayer/Mutant.lua
changeset 8057 93e16240f178
parent 8045 ef403e6bddae
parent 8043 da083f8d95e6
child 9083 6d2efdca5da2
equal deleted inserted replaced
8051:f26422ef0333 8057:93e16240f178
    50 ----   other kills don't give you points.
    50 ----   other kills don't give you points.
    51 ----
    51 ----
    52 
    52 
    53 --]]
    53 --]]
    54 
    54 
    55 loadfile(GetDataPath() .. "Scripts/Locale.lua")()
    55 HedgewarsScriptLoad("/Scripts/Locale.lua")
    56 loadfile(GetDataPath() .. "Scripts/Tracker.lua")()
    56 HedgewarsScriptLoad("/Scripts/Tracker.lua")
    57 
    57 
    58 --[[
    58 --[[
    59     MUTANT SCRIPT
    59     MUTANT SCRIPT
    60 
    60 
    61     To Do:  -Clean-up this fucking piece of code
    61     To Do:  -Clean-up this fucking piece of code