mirror of
https://github.com/Steffo99/hella-farm.git
synced 2024-11-24 09:04:22 +00:00
Fix typo in the name of the Sacrificable.sacrifice
function
This commit is contained in:
parent
602e7f1f70
commit
c423369de3
1 changed files with 1 additions and 1 deletions
|
@ -13,5 +13,5 @@ signal sacrificed
|
|||
@export var kind: StringName = &""
|
||||
|
||||
|
||||
func sarcifice():
|
||||
func sacrifice():
|
||||
sacrificed.emit()
|
||||
|
|
Loading…
Reference in a new issue