diff --git a/code/game/machinery/Sleeper.dm b/code/game/machinery/Sleeper.dm index 085541b16cb..c3ee3118ef2 100644 --- a/code/game/machinery/Sleeper.dm +++ b/code/game/machinery/Sleeper.dm @@ -205,6 +205,8 @@ if(orient == "RIGHT") icon_state = "syndipod_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)