1
Fork 0
mirror of https://github.com/Steffo99/hella-farm.git synced 2024-10-16 22:37:34 +00:00

Fix typo in the name of the Sacrificable.sacrifice function

This commit is contained in:
Steffo 2024-04-29 00:32:33 +02:00
parent 602e7f1f70
commit c423369de3
Signed by: steffo
GPG key ID: 5ADA3868646C3FC0

View file

@ -13,5 +13,5 @@ signal sacrificed
@export var kind: StringName = &"" @export var kind: StringName = &""
func sarcifice(): func sacrifice():
sacrificed.emit() sacrificed.emit()