Malignant organs + Selling organs (#9744)

This commit is contained in:
tacoguy7765093
2025-01-08 19:09:47 +01:00
committed by GitHub
parent 495ed7adf2
commit 78c6862211
18 changed files with 1018 additions and 10 deletions
@@ -4,6 +4,8 @@
/obj/item/organ/internal
var/dead_icon // Icon to use when the organ has died.
var/supply_conversion_value = 0 //CHOMPedit Selling Engineered Organs
/obj/item/organ/internal/die()
..()
if((status & ORGAN_DEAD) && dead_icon)