it is illegal to refuse a vaurca toxin damage (#18647)

This commit is contained in:
RustingWithYou
2024-03-13 21:30:05 +00:00
committed by GitHub
parent 2966c1ff09
commit 3834875284
2 changed files with 43 additions and 2 deletions
@@ -149,9 +149,9 @@
metabolism = REM * 20 //vaurcae metabolise phoron faster than other species - good for them if their filter isn't broken.
var/obj/item/organ/internal/vaurca/filtrationbit/F = H.internal_organs_by_name[BP_FILTRATION_BIT]
if(isnull(F))
..()
return
else if(F.is_broken())
..()
return
else if(H.species.has_organ[BP_PHORON_RESERVE])
var/obj/item/organ/internal/vaurca/preserve/P = H.internal_organs_by_name[BP_PHORON_RESERVE]
if(isnull(P))