Skip to content

Commit 3cf4a25

Browse files
committed
tweak epinephrine
1 parent 6470540 commit 3cf4a25

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

code/modules/reagents/chemistry/reagents/medicine_reagents.dm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -605,7 +605,7 @@
605605
if(class == CHEM_BLOOD)
606606
ADD_TRAIT(C, TRAIT_NOCRITDAMAGE, CHEM_TRAIT_SOURCE(class))
607607
ADD_TRAIT(C, TRAIT_NOSOFTCRIT,CHEM_TRAIT_SOURCE(class))
608-
to_chat(C, span_danger("Energy rushes through your veins!"))
608+
to_chat(C, span_alert("Energy rushes through your veins!"))
609609

610610
/datum/reagent/medicine/epinephrine/on_mob_end_metabolize(mob/living/carbon/C, class)
611611
if(class == CHEM_BLOOD)
@@ -622,8 +622,8 @@
622622
APPLY_CHEM_EFFECT(C, CE_STIMULANT, 2)
623623

624624
if(volume >= 4 && C.undergoing_cardiac_arrest())
625-
holder.remove_reagent(src, 4)
626625
if(C.resuscitate())
626+
holder.remove_reagent(type, 4)
627627
var/obj/item/organ/heart = C.getorganslot(ORGAN_SLOT_HEART)
628628
heart.applyOrganDamage(heart.maxHealth * 0.075)
629629
to_chat(C, span_userdanger("Adrenaline rushes through your body, you refuse to give up!"))

0 commit comments

Comments
 (0)