Skip to content

Commit

Permalink
Update drink.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
TheGamerdk authored May 14, 2024
1 parent f017c04 commit a72d696
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/reagents/chemistry_reagents/drink.dm
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@
M = holder.my_atom
if(prob(1))
M.emote("shiver")
M.bodytemperature = max(M.bodytemperature - 10 * TEMPERATURE_DAMAGE_COEFFICIENT, 0)
M.bodytemperature = max(M.bodytemperature - 10 * TEMPERATURE_DAMAGE_COEFFICIENT, T0C)
M.recalculate_move_delay = TRUE
holder.remove_reagent("capsaicin", 5)
holder.remove_reagent("hotsauce", 5)
Expand Down

0 comments on commit a72d696

Please sign in to comment.