File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
code/modules/reagents/chemistry/reagents Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 605
605
if (class == CHEM_BLOOD )
606
606
ADD_TRAIT (C, TRAIT_NOCRITDAMAGE , CHEM_TRAIT_SOURCE (class))
607
607
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!" ))
609
609
610
610
/ datum / reagent/ medicine/ epinephrine/ on_mob_end_metabolize( mob / living/ carbon/ C, class)
611
611
if (class == CHEM_BLOOD )
622
622
APPLY_CHEM_EFFECT (C, CE_STIMULANT , 2 )
623
623
624
624
if (volume >= 4 && C. undergoing_cardiac_arrest())
625
- holder. remove_reagent(src , 4 )
626
625
if (C. resuscitate())
626
+ holder. remove_reagent(type, 4 )
627
627
var /obj /item/organ/heart = C. getorganslot(ORGAN_SLOT_HEART )
628
628
heart. applyOrganDamage(heart. maxHealth * 0.075 )
629
629
to_chat (C, span_userdanger(" Adrenaline rushes through your body, you refuse to give up!" ))
You can’t perform that action at this time.
0 commit comments