equal
deleted
inserted
replaced
129 -- The number of explosives being placed |
129 -- The number of explosives being placed |
130 Explosives = 0 |
130 Explosives = 0 |
131 -- The delay between each round |
131 -- The delay between each round |
132 Delay = 0 |
132 Delay = 0 |
133 -- The map to be played |
133 -- The map to be played |
134 Map = "mushrooms" |
134 Map = "Mushrooms" |
135 -- The theme to be used |
135 -- The theme to be used |
136 Theme = "nature" |
136 Theme = "Nature" |
137 |
137 |
138 -- Create the player team |
138 -- Create the player team |
139 AddTeam(loc(teamname), 14483456, "Simple", "Island", "Default") |
139 AddTeam(loc(teamname), 14483456, "Simple", "Island", "Default") |
140 -- And add a hog to it |
140 -- And add a hog to it |
141 player = AddHog(loc(hogname), 0, 1, "NoHat") |
141 player = AddHog(loc(hogname), 0, 1, "NoHat") |