Fixes brain tumor. Again. (#37378)
This commit is contained in:
committed by
CitadelStationBot
parent
3044f3ad3a
commit
1ba045e5f5
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user