Health Analyzer Rework (medial mains inquire within) (#86666)

This commit is contained in:
MrMelbert
2024-09-25 18:18:24 +00:00
committed by GitHub
parent bcfe54f9c9
commit c42d4dcfb2
22 changed files with 436 additions and 256 deletions
@@ -87,11 +87,10 @@
ADD_TRAIT(organ_owner, TRAIT_DISEASELIKE_SEVERITY_MEDIUM, type)
organ_owner.med_hud_set_status()
/obj/item/organ/internal/appendix/get_status_text(advanced)
if((!(organ_flags & ORGAN_FAILING)) && inflamation_stage)
return "<font color='#ff9933'>Inflamed</font>"
else
return ..()
/obj/item/organ/internal/appendix/get_status_text(advanced, add_tooltips)
if(!(organ_flags & ORGAN_FAILING) && inflamation_stage)
return conditional_tooltip("<font color='#ff9933'>Inflamed</font>", "Remove surgically.", add_tooltips)
return ..()
#undef APPENDICITIS_PROB
#undef INFLAMATION_ADVANCEMENT_PROB