aboutsummaryrefslogtreecommitdiff
path: root/cards.c
diff options
context:
space:
mode:
authorNathan Vance <nathav63@gmail.com>2015-05-11 11:31:57 -0400
committerNathan Vance <nathav63@gmail.com>2015-05-11 11:31:57 -0400
commit1fa2976e9fc3797e0438c7efc7cdfb0b0d27ea46 (patch)
treeda409e7aa8b4f7c6fe88beb700b37d044aade6f0 /cards.c
parentChanged initial array for pregame (diff)
download7w-1fa2976e9fc3797e0438c7efc7cdfb0b0d27ea46.tar.gz
7w-1fa2976e9fc3797e0438c7efc7cdfb0b0d27ea46.tar.bz2
7w-1fa2976e9fc3797e0438c7efc7cdfb0b0d27ea46.zip
fixed bugs and formatting errors
Diffstat (limited to 'cards.c')
-rw-r--r--cards.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cards.c b/cards.c
index 3776acd..0f8d1d7 100644
--- a/cards.c
+++ b/cards.c
@@ -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);
bgstack15