Forgot the else!

This commit is contained in:
emmanuelbassil
2015-02-21 10:14:33 +02:00
parent 88dd80088c
commit ec8b3fe195
+2 -2
View File
@@ -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