mirror of
https://github.com/CHOMPstation/CHOMPstation.git
synced 2026-08-22 03:26:21 +01:00
Forgot the else!
This commit is contained in:
@@ -3122,7 +3122,7 @@ datum
|
||||
return
|
||||
if(55 to 200)
|
||||
M.druggy = max(M.druggy, 55)
|
||||
if(200 to INFINITY)
|
||||
else if(200 to INFINITY)
|
||||
M.adjustToxLoss(2)
|
||||
..()
|
||||
return
|
||||
@@ -3156,7 +3156,7 @@ datum
|
||||
return
|
||||
if(55 to 200)
|
||||
M.druggy = max(M.druggy, 55)
|
||||
if(200 to INFINITY)
|
||||
else if(200 to INFINITY)
|
||||
M.adjustToxLoss(2)
|
||||
..()
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user