Remove not unicode char
This commit is contained in:
@@ -237,7 +237,7 @@ func perform_inputevent_on_object(
|
||||
var destination_position: Vector2 = escoria.main.current_scene.player \
|
||||
.global_position
|
||||
|
||||
# If clicked object not in inventory, player walks towards it
|
||||
# If clicked object not in inventory, player walks towards it
|
||||
if not obj.node is ESCPlayer and \
|
||||
not escoria.inventory_manager.inventory_has(obj.global_id) and \
|
||||
not event_flags & ESCEvent.FLAG_TK:
|
||||
|
||||
Reference in New Issue
Block a user