Skip to content

Commit

Permalink
batch of fixes (#1764)
Browse files Browse the repository at this point in the history
change the tech storage spawners to support pathology
crystallizer board for tram (no room to add a crystalizer room so thats DIY)
box now has no extrapolators and has cuffs for the monkeys.
  • Loading branch information
DexeeXI authored May 1, 2024
1 parent ee32f66 commit 693be6b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
4 changes: 2 additions & 2 deletions _maps/map_files/BoxStation/BoxStation.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -7633,7 +7633,7 @@
/obj/item/radio/headset/headset_med,
/obj/machinery/newscaster/directional/south,
/obj/item/clothing/glasses/science,
/obj/item/extrapolator,
/obj/item/restraints/handcuffs,
/turf/open/floor/iron/white,
/area/station/medical/virology)
"cDF" = (
Expand Down Expand Up @@ -59061,7 +59061,7 @@
receive_ore_updates = 1
},
/obj/item/clothing/glasses/science,
/obj/item/extrapolator,
/obj/item/restraints/handcuffs,
/turf/open/floor/iron/white,
/area/station/medical/virology)
"uiu" = (
Expand Down
1 change: 1 addition & 0 deletions _maps/map_files/tramstation/tramstation.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -50970,6 +50970,7 @@
/obj/item/hfr_box/body/interface,
/obj/item/hfr_box/body/moderator_input,
/obj/item/hfr_box/body/waste_output,
/obj/item/circuitboard/machine/crystallizer,
/turf/open/floor/iron,
/area/station/engineering/atmospherics_engine)
"pxo" = (
Expand Down
7 changes: 6 additions & 1 deletion code/game/objects/effects/spawners/random/techstorage.dm
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,12 @@
/obj/item/circuitboard/computer/med_data,
/obj/item/circuitboard/machine/smoke_machine,
/obj/item/circuitboard/machine/chem_master,
/obj/item/circuitboard/computer/pandemic,
/obj/item/circuitboard/machine/diseaseanalyser, // MONKESTATION EDIT START: FUCK THE PANDEMIC. -dexee, 4/26/24
/obj/item/circuitboard/computer/diseasesplicer,
/obj/item/circuitboard/machine/centrifuge,
/obj/item/circuitboard/computer/pathology_data,
/obj/item/circuitboard/machine/incubator,
// /obj/item/circuitboard/computer/pandemic, // MONKESTATION EDIT END: fuck the pandemic. we have better disease machines
)

/obj/effect/spawner/random/techstorage/ai_all
Expand Down

0 comments on commit 693be6b

Please sign in to comment.