aboutsummaryrefslogtreecommitdiff
path: root/cards.c
diff options
context:
space:
mode:
authorNathan Vance <nathav63@gmail.com>2016-02-07 17:56:45 -0500
committerNathan Vance <nathav63@gmail.com>2016-02-07 17:56:45 -0500
commit5ff076c4e040563be94726ba8104444713c8a546 (patch)
tree09fb2a7349804f1cd6f30c4b7846a7669c5022c9 /cards.c
parentUpdated to work with gcc 5.X (diff)
download7w-5ff076c4e040563be94726ba8104444713c8a546.tar.gz
7w-5ff076c4e040563be94726ba8104444713c8a546.tar.bz2
7w-5ff076c4e040563be94726ba8104444713c8a546.zip
Bug fixes dealing with colorHEADmaster
Diffstat (limited to 'cards.c')
-rw-r--r--cards.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/cards.c b/cards.c
index b7d86f1..8994156 100644
--- a/cards.c
+++ b/cards.c
@@ -537,7 +537,8 @@ void cards_init() {
cards_setcost(2, 25, WOOD, 2);
cards_setcost(2, 25, ORE, 2);
cards_setcost(2, 25, CLOTH, 1);
- cards_setmessage(2, 25, "Counts as either a compass, gear or tablet.");
+ cards_setmessage(2, 25,
+ "Counts as either a compass, gear or tablet.");
cards_setname(2, 25, "Scientists Guild", GUILD);
cards_setcost(2, 26, WOOD, 3);
@@ -650,7 +651,7 @@ void cards_init() {
cards_setcost(7, 6, ORE, 2);
cards_setcost(7, 6, CLOTH, 1);
cards_setmessage(7, 6,
- "Can copy one Guild card build by an adjacent player.");
+ "Can copy one Guild card built by an adjacent player.");
cards_setname(8, 0, "The Mausoleum of Halicarnassus", CLOTH);
cards_setcost(8, 1, CLAY, 2);
bgstack15