diff --git a/code/game/machinery/Sleeper.dm b/code/game/machinery/Sleeper.dm index b3657ba3d3..3fb9cc82e6 100644 --- a/code/game/machinery/Sleeper.dm +++ b/code/game/machinery/Sleeper.dm @@ -345,3 +345,9 @@ to_chat(user, "The subject has too many chemicals in their bloodstream.") else to_chat(user, "There's no suitable occupant in \the [src].") + +//Survival/Stasis sleepers +/obj/machinery/sleeper/survival_pod + desc = "A limited functionality sleeper, all it can do is put patients into stasis. It lacks the medication and configuration of the larger units." + icon_state = "sleeper" + stasis_level = 100 //Just one setting