Skip to content

Commit 469928c

Browse files
authored
chore: I am an ass
thank you LordStuff from discord
1 parent 3e9ae19 commit 469928c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/how-to/apply_damage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ extends AttributeBuff
2626
2727
@export var damage: float = 1.0
2828
29-
func _ready(_damage: float):
29+
func _init(_damage: float):
3030
attribute_name = HealthAttribute.ATTRIBUTE_NAME
3131
damage = _damage
3232
operation = AttributeOperation.sub(damage)

0 commit comments

Comments
 (0)