Repeat of "I don't recall an arcade machine being th... GLORF (Chameleon Projector Change)" (#37141)

* Update chameleonproj.dm

* Pseudo Lings need not apply

* Update chameleonproj.dm

* Update chameleonproj.dm
This commit is contained in:
Grandmother of 50
2018-04-16 05:39:21 -04:00
committed by CitadelStationBot
parent f98040513a
commit 0fca7cf7f0
@@ -39,7 +39,7 @@
if(!check_sprite(target))
return
if(!active_dummy)
if(isitem(target) && !istype(target, /obj/item/disk/nuclear))
if(!(isturf(target) || istype(target, /obj/structure/falsewall) || ismob(target))) //NOT any of these
playsound(get_turf(src), 'sound/weapons/flash.ogg', 100, 1, -6)
to_chat(user, "<span class='notice'>Scanned [target].</span>")
var/obj/temp = new/obj()