Vox syndi ops now start with N2 tank in hand, breath mask and internals
on

Also added N2 canister to syndie ship to allow refilling
This commit is contained in:
VampyrBytes
2014-07-27 07:36:05 +01:00
parent 99d15e92b6
commit f78e1c7aeb
2 changed files with 4822 additions and 4813 deletions
+8
View File
@@ -236,6 +236,14 @@ proc/issyndicate(mob/living/M as mob)
new_suit.species_restricted = list("Tajaran")
if("Skrell")
new_suit.species_restricted = list("Skrell")
if("Vox" || "Vox Armalis")
synd_mob.equip_to_slot_or_del(new /obj/item/clothing/mask/breath(synd_mob), slot_wear_mask)
synd_mob.equip_to_slot_or_del(new /obj/item/weapon/tank/nitrogen(synd_mob), slot_l_hand)
synd_mob.internal = synd_mob.l_hand
if (synd_mob.internals)
synd_mob.internals.icon_state = "internal1"
new_suit.species_restricted = list ("Vox", "Vox Armalis")
synd_mob.equip_to_slot_or_del(new_suit, slot_wear_suit)
synd_mob.equip_to_slot_or_del(new_helmet, slot_head)
+4814 -4813
View File
File diff suppressed because it is too large Load Diff