From e723087996663d5a1461297533e57bd2d8174585 Mon Sep 17 00:00:00 2001 From: Nathan Vance Date: Sat, 21 Feb 2015 18:06:11 -0500 Subject: Major view improvements --- cards.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cards.c') 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); -- cgit