mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
[MIRROR] Fixes some medical issue stuff (#11286)
Co-authored-by: SatinIsle <98125273+SatinIsle@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
4b4edabce6
commit
3d44de4ed3
@@ -43,7 +43,7 @@
|
||||
handle_curing()
|
||||
|
||||
if(symptom_text)
|
||||
if(prob(5))
|
||||
if(prob(1))
|
||||
to_chat(owner, span_danger("[symptom_text]"))
|
||||
|
||||
if(symptom_affect)
|
||||
@@ -83,6 +83,9 @@
|
||||
for(var/datum/reagent/R in owner.reagents.reagent_list)
|
||||
if(R.name == cure_reagent)
|
||||
unhealth = unhealth - reagent_strength
|
||||
for(var/datum/reagent/R in owner.ingested.reagent_list)
|
||||
if(R.name == cure_reagent)
|
||||
unhealth = unhealth - reagent_strength
|
||||
|
||||
/datum/medical_issue/proc/handle_symptoms()
|
||||
switch(symptom_affect)
|
||||
|
||||
Reference in New Issue
Block a user