Skip to content

Commit

Permalink
Update drink_reagents.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelop1 committed Mar 24, 2024
1 parent 26ab813 commit 7b2546b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
// healing
M.adjustBruteLoss(-1.2, 0)
M.adjustFireLoss(-1.2, 0)
M.adjustToxLoss(-1.2, 0)
M.adjustToxLoss(-1.2, 0, TRUE)
M.adjustOxyLoss(-1.2, 0)
//checks for mindbreaker
if(holder.has_reagent(/datum/reagent/toxin/mindbreaker))
Expand Down

0 comments on commit 7b2546b

Please sign in to comment.