diff options
author | Nathan Vance <nathav63@gmail.com> | 2015-05-11 11:31:57 -0400 |
---|---|---|
committer | Nathan Vance <nathav63@gmail.com> | 2015-05-11 11:31:57 -0400 |
commit | 1fa2976e9fc3797e0438c7efc7cdfb0b0d27ea46 (patch) | |
tree | da409e7aa8b4f7c6fe88beb700b37d044aade6f0 /cards.c | |
parent | Changed initial array for pregame (diff) | |
download | 7w-1fa2976e9fc3797e0438c7efc7cdfb0b0d27ea46.tar.gz 7w-1fa2976e9fc3797e0438c7efc7cdfb0b0d27ea46.tar.bz2 7w-1fa2976e9fc3797e0438c7efc7cdfb0b0d27ea46.zip |
fixed bugs and formatting errors
Diffstat (limited to 'cards.c')
-rw-r--r-- | cards.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -422,7 +422,7 @@ void cards_init() cards_setcost(2, 6, STONE, 1); cards_setcost(2, 6, GLASS, 1); - cards_setmessage(2, 7, "1 coin and 1 vp for each commercial card."); + cards_setmessage(2, 6, "1 coin and 1 vp for each commercial card."); cards_setname(2, 6, "Lighthouse", COMMERCIAL); cards_setcost(2, 7, CLAY, 2); |