Merge pull request #14982 from Citadel-Station-13/Putnam3145-patch-1

makes organs decay again
This commit is contained in:
silicons
2021-08-03 21:21:40 -07:00
committed by GitHub
@@ -93,7 +93,7 @@
//Sources; life.dm process_organs
/obj/item/organ/proc/on_death(seconds, times_fired) //Runs when outside AND inside.
decay()
decay(seconds, times_fired)
//Applys the slow damage over time decay
/obj/item/organ/proc/decay(seconds, times_fired)