summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/startup.cc
diff options
context:
space:
mode:
authorRaphael Langella <raphael.langella@gmail.com>2011-03-24 10:46:08 +0100
committerRaphael Langella <raphael.langella@gmail.com>2011-03-24 12:25:08 +0100
commit50abf5739d0a4e27595586fc51c5507035835c48 (patch)
tree9c2bc0601a9135168126810228411ab50c71e298 /crawl-ref/source/startup.cc
parent96e0e3f36a54f5af1ec40fcec51cccad4c927329 (diff)
downloadcrawl-ref-50abf5739d0a4e27595586fc51c5507035835c48.tar.gz
crawl-ref-50abf5739d0a4e27595586fc51c5507035835c48.zip
Ashenzari: add flavour messages for the new passive boost to low skills.
Diffstat (limited to 'crawl-ref/source/startup.cc')
-rw-r--r--crawl-ref/source/startup.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/startup.cc b/crawl-ref/source/startup.cc
index c155269898..20df291df9 100644
--- a/crawl-ref/source/startup.cc
+++ b/crawl-ref/source/startup.cc
@@ -277,7 +277,7 @@ static void _post_init(bool newc)
update_vision_range();
you.xray_vision = !!you.duration[DUR_SCRYING];
init_exclusion_los();
- you.bondage_level = ash_bondage_level();
+ you.bondage_level = ash_bondage_level(0, &you.wear_uncursed);
trackers_init_new_level(false);