Skip to content

Commit

Permalink
[1822CA] update sawmill desc
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminxscott committed Feb 2, 2024
1 parent 8429790 commit a0283e6
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions lib/engine/game/g_1822_ca/step/assign_sawmill.rb
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,8 @@ def process_choose(action)
case action.choice
when 'open'
@game.sawmill_bonus = 20
@log << "#{action.entity.player.name} chooses the Open Sawmill "\
'token. It will provide a +$20 bonus for one train per '\
"turn at #{@sawmill_hex.id} (#{@sawmill_hex.location_name}), available to all Majors."
@log << "Open Sawmill token placed on #{@sawmill_hex.id} (#{@sawmill_hex.location_name}) for a $20 bonus "\
"to the total revenue of any corporation\'s routes that include that location"

when 'closed'
@game.sawmill_bonus = 10
Expand All @@ -52,10 +51,8 @@ def process_choose(action)
)
@sawmill_owner.add_ability(new_ability)

@log << "#{action.entity.player.name} chooses the Closed Sawmill "\
'token. It will provide a +$10 bonus for one train per '\
"turn at #{@sawmill_hex.id} (#{@sawmill_hex.location_name}), "\
"exclusively for #{@sawmill_owner.name}."
@log << "Closed Sawmill token placed on #{@sawmill_hex.id} (#{@sawmill_hex.location_name}) for a $10 bonus "\
"to the total revenue of #{@sawmill_owner.name}\'s routes which include that location"
else
raise GameError, "Invalid choice for Sawmill: #{action.choice}"
end
Expand Down

0 comments on commit a0283e6

Please sign in to comment.