diff options
author | Nathan Vance <nathav63@gmail.com> | 2016-02-07 17:56:45 -0500 |
---|---|---|
committer | Nathan Vance <nathav63@gmail.com> | 2016-02-07 17:56:45 -0500 |
commit | 5ff076c4e040563be94726ba8104444713c8a546 (patch) | |
tree | 09fb2a7349804f1cd6f30c4b7846a7669c5022c9 /cards.c | |
parent | Updated to work with gcc 5.X (diff) | |
download | 7w-5ff076c4e040563be94726ba8104444713c8a546.tar.gz 7w-5ff076c4e040563be94726ba8104444713c8a546.tar.bz2 7w-5ff076c4e040563be94726ba8104444713c8a546.zip |
Diffstat (limited to 'cards.c')
-rw-r--r-- | cards.c | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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); |