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()
+2
View File
@@ -152,6 +152,8 @@
buckled_mob.loc = src.loc
/obj/structure/stool/bed/roller/buckle_mob(mob/M as mob, mob/user as mob)
if ((!( istype(M, /mob) ) || get_dist(src, user) > 1 || M.loc != src.loc || user.restrained() || usr.stat || M.buckled))
return
M.pixel_y = 6
M.update_clothing()
density = 1