Fixes drinks allowing you to go into negative speed values. (#15604)

Co-authored-by: Matt Atlas <liermattia@gmail.com>
This commit is contained in:
Matt Atlas
2023-01-20 10:11:44 +01:00
committed by GitHub
co-authored by Matt Atlas
parent fb6f6e8e66
commit 27d8f07861
3 changed files with 43 additions and 3 deletions
@@ -2069,7 +2069,6 @@
/singleton/reagent/drink/nuka_cola/affect_ingest(var/mob/living/carbon/M, var/alien, var/removed, var/datum/reagents/holder)
..()
if(alien != IS_DIONA)
M.add_chemical_effect(CE_SPEEDBOOST, 1)
M.make_jittery(20)
M.druggy = max(M.druggy, 30)
M.dizziness += 5