mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-01-02 21:43:22 +00:00
Fixes missing 'else'
This commit is contained in:
@@ -561,7 +561,7 @@
|
||||
co2_alert = 1
|
||||
failed_exhale = 1
|
||||
|
||||
if(exhaled_pp > safe_exhaled_max * 0.6)
|
||||
else if(exhaled_pp > safe_exhaled_max * 0.6)
|
||||
if (prob(0.3))
|
||||
var/word = pick("a little dizzy","short of breath")
|
||||
src << "\red You feel [word]."
|
||||
|
||||
Reference in New Issue
Block a user