trash slot blocks travel
This commit is contained in:
parent
866d869756
commit
217efd9f9f
4 changed files with 20 additions and 17 deletions
|
|
@ -17,7 +17,7 @@ func _ready() -> void:
|
|||
slot.type = type
|
||||
if type == "Inventory":
|
||||
MouseTweaks.player_inventory = self
|
||||
elif type != "Install":
|
||||
elif type != "Install" and type != "Trash":
|
||||
MouseTweaks.other_inventory = self
|
||||
pass # Replace with function body.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue