mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 20:48:56 +01:00
Fixes mind restoration causing dizziness (#67011)
Mind res should cure dizziness, not cause it
This commit is contained in:
@@ -43,7 +43,7 @@
|
||||
|
||||
|
||||
if(A.stage >= 3)
|
||||
M.adjust_timed_status_effect(4 SECONDS, /datum/status_effect/dizziness)
|
||||
M.adjust_timed_status_effect(-4 SECONDS, /datum/status_effect/dizziness)
|
||||
M.adjust_drowsyness(-2)
|
||||
M.adjust_timed_status_effect(-1 SECONDS, /datum/status_effect/speech/slurring/drunk)
|
||||
M.adjust_timed_status_effect(-2 SECONDS, /datum/status_effect/confusion)
|
||||
|
||||
Reference in New Issue
Block a user