Skip to content

Commit

Permalink
Fix cam1-B save bug
Browse files Browse the repository at this point in the history
If a player were to save on campaign mission 1-B, they would likely never be able to complete the mission due to a bad label.
base 3 now has a cleanup area for the sake of consistency.
  • Loading branch information
KJeff01 committed May 23, 2017
1 parent dc4c6c9 commit d32edea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions data/base/script/campaign/cam1b.js
Expand Up @@ -104,6 +104,7 @@ function eventStartLevel()
eliminateSnd: "pcv392.ogg",
},
"base3group": {
cleanup: "enemybase3",
detectMsg: "C1B_OBJ1",
detectSnd: "pcv375.ogg",
eliminateSnd: "pcv391.ogg",
Expand Down
2 changes: 1 addition & 1 deletion data/base/wrf/cam1/cam1b/labels.json
Expand Up @@ -2,14 +2,14 @@
"area_0": { "label": "landingZone", "pos1": [ 1280, 6528 ], "pos2": [ 1536, 6784 ]},
"area_1": { "label": "enemybase1", "pos1": [ 3840, 8960 ], "pos2": [ 5504, 10112 ]},
"area_2": { "label": "enemybase2", "pos1": [ 704, 8896 ], "pos2": [ 2496, 9728 ]},
"area_3": { "label": "enemybase3", "pos1": [ 2432, 10496 ], "pos2": [ 4352, 12672 ]},
"area_4": { "label": "enemybase4", "pos1": [ 2240, 12864 ], "pos2": [ 5312, 14400 ]},
"area_5": { "label": "AttackArea1", "subscriber": 0, "pos1": [ 4032, 8000 ], "pos2": [ 5440, 9024 ]},
"area_6": { "label": "AttackArea2", "subscriber": 0, "pos1": [ 320, 9792 ], "pos2": [ 6720, 13120 ]},
"area_7": { "label": "enemy1Force1", "pos1": [ 4288, 9024 ], "pos2": [ 5568, 9920 ]},
"area_9": { "label": "hillForce", "pos1": [ 1088, 8891 ], "pos2": [ 1600, 9536 ]},
"area10": { "label": "NPSensorTurn", "subscriber": 1, "pos1": [ 4600, 13376 ], "pos2": [ 5300, 14528 ]},
"area11": { "label": "NPSensorRemove", "subscriber": 1, "pos1": [ 6272, 13568 ], "pos2": [ 7040, 14336 ]},
"group_2": { "label": "base3group", "subscriber": 0, "members": [ 3236 ], "player": 7 },
"object_0": { "label": "base1factory", "id": 43, "player": 6, "type": 1 },
"object_1": { "label": "base2factory", "id": 3434, "player": 7, "type": 1 },
"object_2": { "label": "base4factory", "id": 97, "player": 7, "type": 1 },
Expand Down

0 comments on commit d32edea

Please sign in to comment.