Skip to content

Commit a95f3e4

Browse files
fix: lab stairs, professions, and loot improvement (#8297)
* fix: lab stairs, professions, and loot improvement * style(autofix.ci): automated formatting * rollback & item group --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
1 parent 2bdb7d4 commit a95f3e4

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

data/json/mapgen/lab/lab_floorplans_1side.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@
217217
"|,,,,,,,,,,,,,|-ggGggg-|",
218218
"|,,,,,,,,,,,,,|,,,,,,,^|",
219219
"|,,,,,,,,,,,,,g,,,,,,,,|",
220-
"|-ggg-|-ggMgg-|,,c.hc,,|",
220+
"|-ggg-|-ggMgg-|,,c,hc,,|",
221221
"|,,,,,|,,,,,,,g,,c7cc,,|",
222222
"|T,,,,g,,,,,,,|-gggggg-|",
223223
"|,,,,,g,,,,,,,,,,,,,,,,|",

data/json/mapgen/lab/lab_floorplans_finale1level.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -289,9 +289,9 @@
289289
"mapping": {
290290
"r": { "item": [ { "item": "plut_cell", "chance": 100, "repeat": [ 3, 8 ] } ] },
291291
"R": {
292-
"item": [
292+
"items": [
293+
{ "item": "ammo_heavy_batteries_full", "chance": 100 },
293294
{ "item": "UPS_off", "chance": 100 },
294-
{ "item": "heavy_battery_cell", "chance": 100 },
295295
{ "item": "v29", "chance": 100 },
296296
{ "item": "laser_rifle", "chance": 100 },
297297
{ "item": "plasma_gun", "chance": 100 },

data/json/scenarios.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -418,7 +418,8 @@
418418
"bio_medic",
419419
"bionic_mentat",
420420
"bionic_spy",
421-
"military_saboteur"
421+
"military_saboteur",
422+
"hacker"
422423
],
423424
"allowed_locs": [ "sloc_lab_random", "sloc_lab_escape_cells", "sloc_lab_finale", "sloc_ice_lab_stairs", "sloc_ice_lab_finale" ],
424425
"flags": [ "CHALLENGE", "CITY_START", "LONE_START" ],

0 commit comments

Comments
 (0)