mirror of
https://github.com/Steffo99/hella-farm.git
synced 2024-11-24 17:14:23 +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 = &""
|
@export var kind: StringName = &""
|
||||||
|
|
||||||
|
|
||||||
func sarcifice():
|
func sacrifice():
|
||||||
sacrificed.emit()
|
sacrificed.emit()
|
||||||
|
|
Loading…
Reference in a new issue