Removes explosive implants from nuke ops

This commit is contained in:
Hubblenaut
2014-06-01 20:15:39 +02:00
parent 241db636a4
commit eb23c44c8a
+3 -3
View File
@@ -247,9 +247,9 @@
synd_mob.equip_to_slot_or_del(new /obj/item/clothing/suit/space/rig/syndi/human(synd_mob), slot_wear_suit)
synd_mob.equip_to_slot_or_del(new /obj/item/clothing/head/helmet/space/rig/syndi/human(synd_mob), slot_head)
var/obj/item/weapon/implant/explosive/E = new/obj/item/weapon/implant/explosive(synd_mob)
E.imp_in = synd_mob
E.implanted = 1
// var/obj/item/weapon/implant/explosive/E = new/obj/item/weapon/implant/explosive(synd_mob)
// E.imp_in = synd_mob
// E.implanted = 1
synd_mob.update_icons()
return 1