Missed parenthesis

This commit is contained in:
Heroman
2020-01-04 08:51:48 +10:00
parent a56e3b4990
commit 418aa9195a
+1 -1
View File
@@ -85,7 +85,7 @@
H.add_modifier(modifier_type)
//Apply damage
H.adjustCloneLoss((H.getMaxHealth()*1.5)
H.adjustCloneLoss(H.getMaxHealth()*1.5)
H.Paralyse(4)
H.updatehealth()