Skip to content

Commit

Permalink
Merge pull request #2571 from ARF-SS13/yay-everyone-throws-up
Browse files Browse the repository at this point in the history
Fixes the adrenal implants again
  • Loading branch information
Tk420634 committed Jun 28, 2023
2 parents fb6708a + 020fc5c commit dcdc2b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions code/game/objects/items/implants/implant_misc.dm
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
/obj/item/implant/adrenalin/proc/prejuice(datum/source, newstat)
if(juicing)
return
juicing = TRUE
if(newstat == CONSCIOUS)
return
playsound(imp_in, 'sound/effects/autoinjector_beeps.ogg', 75, TRUE)
Expand Down

0 comments on commit dcdc2b0

Please sign in to comment.