share/hedgewars/Data/Scripts/Multiplayer/Mutant.lua
branchphysfslayer
changeset 8043 da083f8d95e6
parent 7996 66e8ac9c2274
child 8057 93e16240f178
equal deleted inserted replaced
8040:448d61778ca7 8043:da083f8d95e6
    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