Fixes a potentially abusable bug involving the chameleon projector and

playing cards.
This commit is contained in:
Tigercat2000
2014-11-29 16:54:49 -08:00
parent 70d03fa3b5
commit 7512adf2f5
@@ -21,6 +21,9 @@
afterattack(atom/target, mob/user, proximity)
if(!proximity) return
if(istype(target,/obj/item/toy/cards/singlecard))
user << "\blue Unable to Scan [target]."
return
if(istype(target,/obj/item))
playsound(src, 'sound/weapons/flash.ogg', 100, 1, 1)
user << "\blue Scanned [target]."