mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-27 15:01:04 +01:00
Ingested ryetalyn (#20080)
Ingested ryetalyn now cures tumors, and does its effect. Implemented time-constant STP_PROB in some procs. Fixes #20058
This commit is contained in:
@@ -138,10 +138,10 @@
|
||||
. = "necrotic and dead [.]"
|
||||
. = "[.][name]"
|
||||
|
||||
/obj/item/organ/internal/process()
|
||||
/obj/item/organ/internal/process(seconds_per_tick)
|
||||
..()
|
||||
if(istype(owner) && (toxin_type in owner.chem_effects))
|
||||
take_damage(owner.chem_effects[toxin_type] * 0.1 * PROCESS_ACCURACY, prob(1))
|
||||
take_damage(owner.chem_effects[toxin_type] * 0.1 * PROCESS_ACCURACY, SPT_PROB(1, seconds_per_tick))
|
||||
handle_regeneration()
|
||||
tick_surge_damage() //Yes, this is intentional.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user