aboutsummaryrefslogtreecommitdiff
path: root/cards.c
diff options
context:
space:
mode:
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 a38f67c..6b9cb3e 100644
--- a/cards.c
+++ b/cards.c
@@ -140,7 +140,7 @@ char* getname(int res)
case ORE: return "ore";
case CLOTH: return "cloth";
case GLASS: return "glass";
- case PAPER: return "papyrus";
+ case PAPER: return "paper";
case GOLD: return "gold";
case COMPASS: return "compass";
case GEAR: return "gear";
bgstack15