From 0d221f082a8d94414cade12e02f223c9bf3c8471 Mon Sep 17 00:00:00 2001 From: Michael Brandt Date: Sun, 1 Dec 2024 13:03:39 -0700 Subject: [PATCH] [18RoyalGorge] fix name for private Y5, and fix a typo --- lib/engine/game/g_18_royal_gorge/entities.rb | 2 +- lib/engine/game/g_18_royal_gorge/game.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/engine/game/g_18_royal_gorge/entities.rb b/lib/engine/game/g_18_royal_gorge/entities.rb index a084bde536..edeeee6ac5 100644 --- a/lib/engine/game/g_18_royal_gorge/entities.rb +++ b/lib/engine/game/g_18_royal_gorge/entities.rb @@ -68,7 +68,7 @@ module Entities }, { sym: 'Y5', - name: 'Territorial Prison (Y5)', + name: 'Colorado State Prison (Y5)', desc: 'If a corporation owns the prison, they may use prison labor to build in any terrain at 1/2 price. '\ 'Closes when the first 5+ train is purchased.', value: 70, diff --git a/lib/engine/game/g_18_royal_gorge/game.rb b/lib/engine/game/g_18_royal_gorge/game.rb index 3689a6a30b..33f99b558f 100644 --- a/lib/engine/game/g_18_royal_gorge/game.rb +++ b/lib/engine/game/g_18_royal_gorge/game.rb @@ -1046,7 +1046,7 @@ def game_end_check_values end def game_end_check - # save the result so that the apparent endgame tirgger doesn't change, + # save the result so that the apparent endgame trigger doesn't change, # but keep checking for bankruptcy reason, after = super @game_end_reason = reason if !@game_end_reason || (reason == :bankrupt)