Finished the first auxgm expansion

This commit is contained in:
Putnam
2021-06-11 16:15:00 -07:00
parent eda6a4d2e2
commit 571a25c052
11 changed files with 146 additions and 97 deletions
+1 -2
View File
@@ -254,8 +254,7 @@
to_chat(H, "<span class='notice'>You feel resistant to airborne toxins.</span>")
if(locate(/obj/item/organ/lungs) in H.internal_organs)
var/obj/item/organ/lungs/L = H.internal_organs_slot[ORGAN_SLOT_LUNGS]
L.tox_breath_dam_min = 0
L.tox_breath_dam_max = 0
L.gas_max -= GAS_PLASMA
ADD_TRAIT(H, TRAIT_VIRUSIMMUNE, "dna_vault")
if(VAULT_NOBREATH)
to_chat(H, "<span class='notice'>Your lungs feel great.</span>")