Some fixes
This commit is contained in:
parent
30b01100f0
commit
97d6a783aa
8 changed files with 22 additions and 8 deletions
|
|
@ -34,7 +34,6 @@ func _ready() -> void:
|
|||
slots["knife"] = default_knife
|
||||
slots["secondary"] = default_pistol
|
||||
current_state.enter()
|
||||
current_state.in_use = true
|
||||
|
||||
func can_add(slot: StringName) -> bool:
|
||||
return slots.has(slot)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue