Skip to content

Commit

Permalink
fix: small mapgen misplaced item spawn (#71148)
Browse files Browse the repository at this point in the history
*also* just happend to remove a couple things from the hub security
boss, since they had a little too much; they would not trade plutonium
for a mag for their gun

Co-authored-by: casswedson <casswedson@users.noreply.github.com>
  • Loading branch information
casswedson and casswedson authored Jan 24, 2024
1 parent 060d491 commit a778aee
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion data/json/mapgen/basement/basement_survival.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
{ "group": "cannedfood", "x": 10, "y": 13, "chance": 75 },
{ "group": "cannedfood", "x": 10, "y": 14, "chance": 75 },
{ "group": "cannedfood", "x": 10, "y": 15, "chance": 75 },
{ "group": "SUS_fridge_survivor", "x": 15, "y": 2, "chance": 80 },
{ "group": "SUS_fridge_survivor", "x": 15, "y": 3, "chance": 80 },
{ "group": "book_survival", "x": 15, "y": 7, "chance": 90 },
{ "group": "book_survival", "x": 15, "y": 8, "chance": 30 },
{ "group": "gear_survival", "x": 13, "y": 10, "chance": 75 },
Expand Down
2 changes: 0 additions & 2 deletions data/json/npcs/robofac/NPC_Ulysses_Rourke.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,7 @@
"id": "NC_robofac_security_head_misc",
"subtype": "collection",
"entries": [
{ "item": "goggles_nv", "charges": [ 50, 100 ] },
{ "item": "flashbang", "count": 2 },
{ "item": "plut_cell", "count": 5 },
{ "item": "20x66_40_mag", "count": 2, "charges": 40, "ammo-item": "20x66_shot" },
{ "item": "20x66_beanbag", "count": 1 },
{ "item": "20x66_frag", "count": 2 }
Expand Down

0 comments on commit a778aee

Please sign in to comment.