Skip to content

Commit

Permalink
Update reagents_medical.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
boy2mantwicethefam committed Dec 9, 2024
1 parent 15b705b commit c1378b0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions code/modules/reagents/reagents/reagents_medical.dm
Original file line number Diff line number Diff line change
Expand Up @@ -92,11 +92,13 @@
..()
if(volume >= 0.2)
M.rejuvenate()
M?.mind.suiciding = 0

/datum/reagent/panacea/reaction_mob(var/mob/living/M, var/method = TOUCH, var/volume, var/list/zone_sels = ALL_LIMBS)
..()
if((method == INGEST) && (volume >= 0.2))
M.rejuvenate()
M?.mind.suiciding = 0 //If they suicided then bring them back! Also making sure the mind exists in the first place.

/datum/reagent/albuterol
name = "Albuterol"
Expand Down

0 comments on commit c1378b0

Please sign in to comment.