diff --git a/code/game/machinery/Sleeper.dm b/code/game/machinery/Sleeper.dm index dd2b623ad1a..8214e3182b6 100644 --- a/code/game/machinery/Sleeper.dm +++ b/code/game/machinery/Sleeper.dm @@ -197,6 +197,8 @@ if(orient == "RIGHT") icon_state = "sleeper_1-r" + M << "\blue You feel cool air surround you. You go numb as your senses turn inward." + for(var/obj/O in src) O.loc = src.loc src.add_fingerprint(user)