makes organs decay again

This commit is contained in:
Putnam3145
2021-08-03 21:19:28 -07:00
committed by GitHub
parent d0d1b05298
commit 77f62fa7df

View File

@@ -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)