mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-25 05:51:56 +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:
@@ -738,6 +738,22 @@
|
||||
var/mob/living/carbon/human/H = M
|
||||
H.update_mutations()
|
||||
|
||||
/singleton/reagent/ryetalyn/affect_ingest(mob/living/carbon/M, alien, removed, datum/reagents/holder)
|
||||
. = ..()
|
||||
|
||||
holder.remove_reagent(/singleton/reagent/toxin/malignant_tumour_cells, 2)
|
||||
|
||||
var/needs_mutation_update = M.mutations > 0
|
||||
M.mutations = 0
|
||||
M.disabilities = 0
|
||||
M.sdisabilities = 0
|
||||
|
||||
// Might need to update appearance for hulk etc.
|
||||
if(needs_mutation_update && ishuman(M))
|
||||
var/mob/living/carbon/human/H = M
|
||||
H.update_mutations()
|
||||
|
||||
|
||||
/singleton/reagent/hyperzine
|
||||
name = "Hyperzine"
|
||||
description = "Hyperzine is a complex cardio-synaptic stimulant drug designed to increase the performance of the body. Downsides include violent muscle spasms and tremors."
|
||||
|
||||
Reference in New Issue
Block a user