Fixes a problem with aliums and police tape.

This commit is contained in:
SkyMarshal
2012-01-06 16:55:56 -07:00
parent 3c128170a3
commit cdbb00d264
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -106,7 +106,7 @@
breaktape(null, user)
/obj/item/policetape/attack_paw(mob/user as mob)
breaktape(1,user)
breaktape(/obj/item/weapon/wirecutters,user)
/obj/item/policetape/proc/breaktape(obj/item/weapon/W as obj, mob/user as mob)
if(user.a_intent == "help" && ((!is_sharp(W) && src.allowed(user)) ||(!is_cut(W) && !src.allowed(user))))