Makes unable to scan message red instead of blue

This commit is contained in:
Tigercat2000
2014-11-29 16:57:12 -08:00
parent 7512adf2f5
commit 28bff4161e
@@ -21,8 +21,8 @@
afterattack(atom/target, mob/user, proximity)
if(!proximity) return
if(istype(target,/obj/item/toy/cards/singlecard))
user << "\blue Unable to Scan [target]."
if(istype(target,/obj/item/toy/cards/singlecard) || istype(target,/obj/item/toy/cards/)
user << "\red Unable to scan [target]."
return
if(istype(target,/obj/item))
playsound(src, 'sound/weapons/flash.ogg', 100, 1, 1)