Merge pull request #6505 from Citadel-Station-13/upstream-merge-37378

[MIRROR] Fixes brain tumor. Again.
This commit is contained in:
LetterJay
2018-04-27 00:12:14 -05:00
committed by GitHub
+1 -1
View File
@@ -157,7 +157,7 @@
else
adjusted_amount = amount
adjusted_amount *= BRAIN_DAMAGE_INTEGRITY_MULTIPLIER
adjusted_amount = round(adjusted_amount * BRAIN_DAMAGE_INTEGRITY_MULTIPLIER,0.1)
if(adjusted_amount)
if(adjusted_amount >= 0.1)
take_damage(adjusted_amount)