Fix to tutorial_world's locks

This commit is contained in:
Griatch 2018-09-30 14:24:44 +02:00
parent aa051b2d0f
commit 0097f24576
2 changed files with 4 additions and 4 deletions

View file

@ -747,7 +747,7 @@ class CmdLookDark(Command):
"""
caller = self.caller
if random.random() < 0.8:
if random.random() < 0.75:
# we don't find anything
caller.msg(random.choice(DARK_MESSAGES))
else: