Ship mostly works #10

Merged
chrisbell merged 60 commits from feature/ship-syncing into develop 2024-12-29 04:35:51 +00:00
2 changed files with 1 additions and 3 deletions
Showing only changes of commit df077c24dd - Show all commits

View File

@ -12,5 +12,4 @@ func interact():
elif parent_ship.ship_is_piloted:
player_reference.set_is_piloting(false)
parent_ship.remove_piloting_player()
parent_ship._sync_piloting_state()

View File

@ -97,7 +97,6 @@ func set_piloting_player(player: Player):
else:
print("The ship is no longer piloted.")
func remove_piloting_player():
piloting_player = null