removed cloaker

This commit is contained in:
Tastyfish
2011-12-07 12:29:04 -05:00
parent e51459600f
commit 1fa97843f8
12 changed files with 24 additions and 23 deletions
+2 -2
View File
@@ -151,10 +151,10 @@ FLASHBANG
T.hotspot_expose(700,125)
for(var/mob/living/carbon/M in viewers(T, null))
if (locate(/obj/item/weapon/cloaking_device, M))
/*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"
S.icon_state = "shield0"*/
M << "\red <B>BANG</B>"
+2 -2
View File
@@ -146,14 +146,14 @@ SYNDICATE UPLINK
if (src.uses >= 7)
src.uses -= 7
new /obj/item/weapon/aiModule/syndicate(get_turf(src))
if("cloak")
/*if("cloak")
if (src.uses >= 4)
if (ticker.mode.config_tag!="nuclear" || \
(input(currentUser,"Spawning a cloak in nuke is generally regarded as entirely dumb, are you sure?") in list("Confirm", "Abort")) == "Confirm" \
)
if (src.uses >= 4)
src.uses -= 4
new /obj/item/weapon/cloaking_device(get_turf(src))
new /obj/item/weapon/cloaking_device(get_turf(src))*/
if("sword")
if (src.uses >= 4)
src.uses -= 4