aboutsummaryrefslogtreecommitdiff
path: root/cards.c
diff options
context:
space:
mode:
authorNathan Vance <nathav63@gmail.com>2015-02-21 18:06:11 -0500
committerNathan Vance <nathav63@gmail.com>2015-02-21 18:06:11 -0500
commite723087996663d5a1461297533e57bd2d8174585 (patch)
treedfd2584267d434c97dd543e8dc0d354a2060f75b /cards.c
parentAdded view for all wonders (diff)
download7w-e723087996663d5a1461297533e57bd2d8174585.tar.gz
7w-e723087996663d5a1461297533e57bd2d8174585.tar.bz2
7w-e723087996663d5a1461297533e57bd2d8174585.zip
Major view improvements
Diffstat (limited to 'cards.c')
-rw-r--r--cards.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cards.c b/cards.c
index 6b9cb3e..573bb5e 100644
--- a/cards.c
+++ b/cards.c
@@ -225,11 +225,11 @@ void cards_init()
cards_setname(0, 17, "Tavern", COMMERCIAL);
cards_setcoupons(0, 18, 1, 11, 0, 0);
- cards_setmessage(0, 18, "Can trade 1 coin for resources with player to the LEFT.");
+ cards_setmessage(0, 18, "Can trade 1 coin for resources with player to the east.");
cards_setname(0, 18, "East Trading Post", COMMERCIAL);
cards_setcoupons(0, 19, 1, 11, 0, 0);
- cards_setmessage(0, 19, "Can trade 1 coin for resources with player to the RIGHT.");
+ cards_setmessage(0, 19, "Can trade 1 coin for resources with player to the west.");
cards_setname(0, 19, "West Trading Post", COMMERCIAL);
cards_setcoupons(0, 20, 1, 12, 0, 0);
bgstack15