Changes Vaurca to spawn with the filter port, allows Vaurca to select mechanical organs (#12344)

This commit is contained in:
desven
2021-08-19 19:20:46 -03:00
committed by GitHub
parent 3865ca420d
commit f657c77764
2 changed files with 9 additions and 2 deletions
@@ -134,12 +134,12 @@
default_accent = ACCENT_TTS
allowed_accents = list(ACCENT_TTS, ACCENT_ZORA, ACCENT_KLAX, ACCENT_CTHUR)
alterable_internal_organs = list(BP_EYES)
alterable_internal_organs = list(BP_HEART, BP_EYES, BP_LUNGS, BP_STOMACH)
/datum/species/bug/before_equip(var/mob/living/carbon/human/H)
. = ..()
H.gender = NEUTER
var/obj/item/clothing/mask/breath/M = new /obj/item/clothing/mask/breath(H)
var/obj/item/clothing/mask/breath/vaurca/filter/M = new /obj/item/clothing/mask/breath/vaurca/filter(H)
if(H.equip_to_slot_or_del(M, slot_wear_mask))
M.autodrobe_no_remove = 1