equal
deleted
inserted
replaced
80 Delay = 1 |
80 Delay = 1 |
81 -- The map to be played |
81 -- The map to be played |
82 Map = "Battlefield" |
82 Map = "Battlefield" |
83 -- The theme to be used |
83 -- The theme to be used |
84 Theme = "Castle" |
84 Theme = "Castle" |
|
85 -- Setting these 2 values to 0 is the official way to disable Sudden Death cleanly |
|
86 HealthDecrease = 0 -- Sudden Death damage |
|
87 WaterRise = 0 -- Water rise in Sudden Death |
85 |
88 |
86 -- Create the player team |
89 -- Create the player team |
87 AddTeam(loc("Grenadiers"), 14483456, "Simple", "Island", "Default", "cm_grenade") |
90 AddTeam(loc("Grenadiers"), 14483456, "Simple", "Island", "Default", "cm_grenade") |
88 -- And add a hog to it |
91 -- And add a hog to it |
89 player = AddHog(loc("Nade Boy"), 0, 1, "war_grenadier1") |
92 player = AddHog(loc("Nade Boy"), 0, 1, "war_grenadier1") |