Skip to content

Commit

Permalink
Revert "Merge pull request ARF-SS13#2554 from jinxynii/master"
Browse files Browse the repository at this point in the history
This reverts commit 165e28f, reversing
changes made to 31697d2.
  • Loading branch information
DerFlammenwerfer committed Jun 26, 2023
1 parent 165e28f commit 4da6804
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/objects/items/implants/implant_misc.dm
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
/obj/item/implant/adrenalin/activate()
. = ..()
uses--
imp_in.do_adrenaline(150, TRUE, 0, 0, TRUE, list(/datum/reagent/medicine/inaprovaline = 1, /datum/reagent/medicine/synaptizine = 1, /datum/reagent/medicine/regen_jelly = 1, /datum/reagent/medicine/stimulants = 1, /datum/reagent/drug/jet = 3), span_boldnotice("You feel a sudden surge of energy!"))
imp_in.do_adrenaline(150, TRUE, 0, 0, TRUE, list(/datum/reagent/medicine/inaprovaline = 3, /datum/reagent/medicine/synaptizine = 5, /datum/reagent/medicine/regen_jelly = 5, /datum/reagent/medicine/stimulants = 5), span_boldnotice("You feel a sudden surge of energy!"))
to_chat(imp_in, span_notice("You feel a sudden surge of energy!"))
if(!uses)
qdel(src)
Expand Down

0 comments on commit 4da6804

Please sign in to comment.