mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-22 12:47:16 +01:00
Missed parenthesis
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user