diff --git a/_maps/map_files/PubbyStation/PubbyStation.dmm b/_maps/map_files/PubbyStation/PubbyStation.dmm index b2a2b8f8..b345d475 100644 --- a/_maps/map_files/PubbyStation/PubbyStation.dmm +++ b/_maps/map_files/PubbyStation/PubbyStation.dmm @@ -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 diff --git a/code/modules/research/designs/machine_desings/machine_designs_all_misc.dm b/code/modules/research/designs/machine_desings/machine_designs_all_misc.dm index 31723cde..e53f87d9 100644 --- a/code/modules/research/designs/machine_desings/machine_designs_all_misc.dm +++ b/code/modules/research/designs/machine_desings/machine_designs_all_misc.dm @@ -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")