You can no longer buckle people to roller beds from an infinite distance or as a ghost.

You no longer see hand labels applied while unconscious.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@3246 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
kortgstation@gmail.com
2012-03-04 01:49:55 +00:00
parent 5256f1e3f5
commit 38cf36bc36
2 changed files with 4 additions and 1 deletions
@@ -24,7 +24,8 @@
return
for(var/mob/M in viewers())
M << "\blue [user] labels [A] as [label]."
if ((M.client && !( M.blinded )))
M << "\blue [user] labels [A] as [label]."
A.name = "[A.name] ([label])"
/obj/item/weapon/hand_labeler/attack_self()