Vaurca Consular Mask Fix (#9784)

This commit is contained in:
Geeves
2020-09-15 11:41:13 +02:00
committed by GitHub
parent 73843ac5ea
commit 5e7f1d31cf
2 changed files with 11 additions and 0 deletions
@@ -49,8 +49,13 @@
H.unEquip(H.back)
H.unEquip(H.shoes)
qdel(H.wear_mask)
H.equip_to_slot_or_del(new /obj/item/storage/backpack/typec(H), slot_back)
H.equip_to_slot_or_del(new /obj/item/clothing/mask/breath/vaurca/filter(H), slot_wear_mask)
var/obj/item/organ/vaurca/preserve/preserve = H.internal_organs_by_name[BP_PHORON_RESERVE]
H.internal = preserve
H.internals.icon_state = "internal1"
H.equip_to_slot_or_del(new /obj/item/clothing/head/vaurca_breeder(H), slot_head)
H.equip_to_slot_or_del(new /obj/item/clothing/shoes/vaurca/breeder(H), slot_shoes)
H.equip_to_slot_or_del(new /obj/item/clothing/suit/vaurca/breeder(H), slot_wear_suit)