enabled enforced static typing
This commit is contained in:
@ -1,6 +1,5 @@
|
||||
extends StatusEffect
|
||||
class_name StatusDoT
|
||||
class_name StatusDoT extends StatusEffect
|
||||
|
||||
|
||||
func proc(affected, stacks, _existing_effects):
|
||||
func proc(affected: EnemyController, stacks: int, _existing_effects: Dictionary) -> void:
|
||||
affected.damage(stats.potency * stacks)
|
||||
|
Reference in New Issue
Block a user