summaryrefslogtreecommitdiff
path: root/src/tables.cc
diff options
context:
space:
mode:
authormiramor <danlev@norwoodlight.com>2015-03-22 14:18:10 -0400
committerBardur Arantsson <bardur@scientician.net>2015-03-23 17:34:03 +0100
commit0a66e1537dc7bb5500d7bf2203144ea44b167f45 (patch)
treece22466f84dfb580748c1c744ea3e0cf564a64ce /src/tables.cc
parent7d5abc9c35e080555d1841234497ad1b06528f3a (diff)
Add a no-selling birth option
Diffstat (limited to 'src/tables.cc')
-rw-r--r--src/tables.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/tables.cc b/src/tables.cc
index adb4ecf7..6796df31 100644
--- a/src/tables.cc
+++ b/src/tables.cc
@@ -1479,6 +1479,9 @@ option_type option_info[] =
{ &fate_option, TRUE, 6, 18,
"fate_option", "You can receive fates, good or bad" },
+
+ { &no_selling, FALSE, 6, 20,
+ "no_selling", "Items always sell for 0 gold" },
/*** End of Table ***/