Can compile, now.

This commit is contained in:
SkyMarshal
2011-12-29 10:01:19 -07:00
parent 22d5d2cd3d
commit 9ad0bc5c89
3 changed files with 29 additions and 32 deletions
+1 -1
View File
@@ -106,7 +106,7 @@
breaktape(null, user)
/obj/item/policetape/proc/breaktape(obj/item/weapon/W as obj, mob/user as mob)
if(!W || (!is_sharp(W) && src.allowed(user)) ||(!is_cut(W) && !src.allowed(user)))
if(!W && user.a_intent != "help" || (!is_sharp(W) && src.allowed(user)) ||(!is_cut(W) && !src.allowed(user)))
user << "You can't break the tape with that!"
return
user.show_viewers(text("\blue [] breaks the police tape!", user))