Added the rest of lander upgrades to debug code

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@3578 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
avolkov
2011-04-21 00:05:24 +00:00
parent 258b34d274
commit 55b6245500
+4
View File
@@ -281,6 +281,10 @@ equipShip (void)
(1 << BIOLOGICAL_DISASTER) | (1 << BIOLOGICAL_DISASTER) |
(1 << LIGHTNING_DISASTER) | (1 << LIGHTNING_DISASTER) |
(1 << LAVASPOT_DISASTER)); (1 << LAVASPOT_DISASTER));
// Lander upgrades:
SET_GAME_STATE (IMPROVED_LANDER_SPEED, 1);
SET_GAME_STATE (IMPROVED_LANDER_CARGO, 1);
SET_GAME_STATE (IMPROVED_LANDER_SHOT, 1);
// Modules: // Modules:
if (GET_GAME_STATE (CHMMR_BOMB_STATE) < 2) if (GET_GAME_STATE (CHMMR_BOMB_STATE) < 2)