Skip to content

Commit

Permalink
Switch order of town options
Browse files Browse the repository at this point in the history
  • Loading branch information
ragesoss committed Mar 28, 2019
1 parent 87c918f commit 6ad751e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion interfaces/in_town.rb
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ def update_greeting greeting = nil
end

OVERVIEW_ACTIONS = {
rest: "Rest at the inn",
shop: "Visit the market",
rest: "Rest at the inn",
talk: "Talk with the townsfolk",
leave: "Travel on"
}
Expand Down

0 comments on commit 6ad751e

Please sign in to comment.