mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 11:37:40 +01:00
Makes unable to scan message red instead of blue
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user