diff options
author | Nathan Vance <nathav63@gmail.com> | 2015-02-21 18:06:11 -0500 |
---|---|---|
committer | Nathan Vance <nathav63@gmail.com> | 2015-02-21 18:06:11 -0500 |
commit | e723087996663d5a1461297533e57bd2d8174585 (patch) | |
tree | dfd2584267d434c97dd543e8dc0d354a2060f75b /cards.c | |
parent | Added view for all wonders (diff) | |
download | 7w-e723087996663d5a1461297533e57bd2d8174585.tar.gz 7w-e723087996663d5a1461297533e57bd2d8174585.tar.bz2 7w-e723087996663d5a1461297533e57bd2d8174585.zip |
Major view improvements
Diffstat (limited to 'cards.c')
-rw-r--r-- | cards.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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); |