mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-27 15:01:04 +01:00
Fixes drinks allowing you to go into negative speed values. (#15604)
Co-authored-by: Matt Atlas <liermattia@gmail.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user