Merge pull request #906 from ArchieBeepBoop/sleepers

Removes VR sleepers from pubby + disables crafting VR sleeper boards.
This commit is contained in:
QuoteFox
2021-01-19 23:40:26 +00:00
committed by GitHub
2 changed files with 5 additions and 13 deletions

View File

@@ -14718,9 +14718,8 @@
/turf/open/floor/plasteel/white/side,
/area/crew_quarters/dorms)
"aDk" = (
/obj/machinery/vr_sleeper{
dir = 8;
icon_state = "sleeper"
/obj/machinery/cryopod{
dir = 8
},
/turf/open/floor/plasteel/white/corner{
dir = 8
@@ -56851,13 +56850,6 @@
/obj/structure/disposalpipe/segment,
/turf/open/floor/plating,
/area/maintenance/disposal)
"dbi" = (
/obj/machinery/vr_sleeper{
dir = 8;
icon_state = "sleeper"
},
/turf/open/floor/plasteel,
/area/crew_quarters/dorms)
"dci" = (
/obj/structure/rack,
/obj/item/gun/energy/laser/practice,
@@ -105609,8 +105601,8 @@ fIu
rTZ
aIh
azA
dbi
dbi
rTZ
rTZ
aDk
aEd
aFb

View File

@@ -95,6 +95,6 @@
name = "Machine Design (VR Sleeper Board)"
desc = "The circuit board for a VR sleeper."
id = "vr_sleeper"
build_path = /obj/item/circuitboard/machine/vr_sleeper
build_path = /obj/item/circuitboard/machine/cell_charger //Replaced with a cell charger until someone takes the job to fix VR sleepers.
departmental_flags = DEPARTMENTAL_FLAG_ALL
category = list ("Medical Machinery")