This commit is contained in:
Ghommie
2019-11-21 06:36:22 +01:00
parent 64433ec8ab
commit dccb3c2e22
3 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -49,7 +49,7 @@
if(!(damagetype & (BRUTELOSS | FIRELOSS | TOXLOSS | OXYLOSS) ))
adjustOxyLoss(max(200 - getToxLoss() - getFireLoss() - getBruteLoss() - getOxyLoss(), 0))
death(FALSE, penalize = TRUE)
death(FALSE)
return