Another set of brainmed adjustment & miscellaneous things. (#11354)

This commit is contained in:
Matt Atlas
2021-03-05 23:35:58 +01:00
committed by GitHub
parent 607fe6680f
commit 80be3d88e1
10 changed files with 87 additions and 26 deletions
@@ -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)