mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-30 16:38:22 +01:00
Another set of brainmed adjustment & miscellaneous things. (#11354)
This commit is contained in:
@@ -705,7 +705,6 @@
|
||||
if(alien != IS_DIONA)
|
||||
if (caffeine)
|
||||
M.add_up_to_chemical_effect(CE_SPEEDBOOST, caffeine)
|
||||
M.add_chemical_effect(CE_PULSE, 1)
|
||||
M.dizziness = max(0, M.dizziness + adj_dizzy)
|
||||
M.drowsyness = max(0, M.drowsyness + adj_drowsy)
|
||||
M.sleeping = max(0, M.sleeping + adj_sleepy)
|
||||
|
||||
Reference in New Issue
Block a user