Fixes brain tumor. Again. (#37378)

This commit is contained in:
AnturK
2018-04-24 16:58:19 +02:00
committed by CitadelStationBot
parent 3044f3ad3a
commit 1ba045e5f5
+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)