Ajout de l'amélioration du modèle du robot au cours de l'histoire, d'une annonce sur cette amélioration ainsi qu'un succès à l'utilisation de toutes les incubateurs d'orchid dans une base

This commit is contained in:
2026-07-10 16:25:33 +02:00
parent be33225d4d
commit cb5a2421ae
32 changed files with 254 additions and 51 deletions
@@ -61,8 +61,11 @@ func spawn_player(relay_base : RelayBase):
GameInfo.game_data.incubator_used.append(
incubators.find(choosen_incubator)
)
if len(possible_incubators) == 1:
SteamConnection.unlock_achievement(SteamConnection.ACH_STW_ALL_CASES)
else:
choosen_incubator = incubators.pick_random()
SteamConnection.unlock_achievement(SteamConnection.ACH_STW_ALL_CASES)
choosen_incubator.used = true
relay_base.player.global_position = choosen_incubator.global_position + Vector3.UP