Some fixes

This commit is contained in:
Rendo 2025-11-26 16:37:03 +05:00
commit 97d6a783aa
8 changed files with 22 additions and 8 deletions

View file

@ -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)