Skip to content

Commit

Permalink
Update drink_reagents.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
Erikafox committed Dec 28, 2024
1 parent 9561fa7 commit b1fec1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/reagents/chemistry/reagents/drink_reagents.dm
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@
glass_desc = "Black coffee, served straight. It'll be pretty bitter without anything else in it!"

/datum/reagent/consumable/coffee/overdose_process(mob/living/M)
M.adjust_jitter(5)
M.adjust_jitter(5, max = 200)
..()

/datum/reagent/consumable/coffee/on_mob_life(mob/living/carbon/M)
Expand Down

0 comments on commit b1fec1d

Please sign in to comment.