fixed the parity between air and land enemies. +added a lot of new cards
This commit is contained in:
@@ -2,5 +2,5 @@ extends StatusEffect
|
||||
class_name StatusOnFire
|
||||
|
||||
|
||||
func proc():
|
||||
affected.damage(stats.potency)
|
||||
func proc(affected, stacks, existing_effects):
|
||||
affected.damage(stats.potency * stacks)
|
||||
|
||||
Reference in New Issue
Block a user