Removes cloaking device

Adminspawn-only device that is never used, but every time a human
updates icons, they check if they have one. Neat!
This commit is contained in:
Kelenius
2016-02-08 14:28:54 +03:00
parent 84f20b30da
commit f106b3f26b
7 changed files with 4 additions and 72 deletions

View File

@@ -145,11 +145,6 @@
qdel(animation)
for(var/mob/living/carbon/M in oviewers(3, null))
if(prob(50))
if (locate(/obj/item/weapon/cloaking_device, M))
for(var/obj/item/weapon/cloaking_device/S in M)
S.active = 0
S.icon_state = "shield0"
var/safety = M:eyecheck()
if(!safety)
if(!M.blinded)