Skip to content

Commit

Permalink
Remove artifact label from Alpha 3
Browse files Browse the repository at this point in the history
Recent improvements to label loading showed an assert for a no longer existing artifact. Delete any traces of it.
  • Loading branch information
KJeff01 committed Nov 9, 2023
1 parent 5fbd631 commit 550ba34
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
2 changes: 0 additions & 2 deletions data/base/script/campaign/cam1-1.js
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,6 @@ function eventStartLevel()
camUpgradeOnMapTemplates(cTempl.buggy, cTempl.buggytwin, CAM_SCAV_7);
camUpgradeOnMapTemplates(cTempl.bjeep, cTempl.bjeeptwin, CAM_SCAV_7);

//Get rid of the already existing crate and replace with another
camSafeRemoveObject("artifact1", false);
camSetArtifacts({
"scavFactory1": { tech: "R-Wpn-MG3Mk1" }, //Heavy machine gun
});
Expand Down
9 changes: 2 additions & 7 deletions data/base/wrf/cam1/sub1-1/labels.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,23 +100,18 @@
},

"object_0": {
"label": "artifact1",
"id": 160831,
"type": 2
},
"object_1": {
"label": "scavFactory1",
"id": 146,
"player": 7,
"type": 1
},
"object_2": {
"object_1": {
"label": "frontBunkerLeft",
"id": 142,
"player": 7,
"type": 1
},
"object_3": {
"object_2": {
"label": "frontBunkerRight",
"id": 143,
"player": 7,
Expand Down

0 comments on commit 550ba34

Please sign in to comment.