From 0b0736e2cf322ea0c3dfdb562172cdcc91ebed37 Mon Sep 17 00:00:00 2001 From: Ren Erthilo Date: Tue, 17 Apr 2012 22:41:02 +0100 Subject: [PATCH] TG: Sleepers notify the occupant when they get placed inside (much like getting put into Cryo works.) You're welcome, Lasty. Revision: r3025 Author: only.lurking --- code/game/machinery/Sleeper.dm | 2 ++ 1 file changed, 2 insertions(+) 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)