Add minor fixes to tutorial world batch-build script and some better error reporting in the extended_room detail command.

This commit is contained in:
Griatch 2016-09-03 23:32:00 +02:00
parent 17ee28ab6c
commit b46df5643a
2 changed files with 4 additions and 0 deletions

View file

@ -381,6 +381,9 @@ class CmdExtendedDesc(default_cmds.CmdDesc):
if not location:
caller.msg("No location to detail!")
return
if not location.db.details:
caller.msg("|rThis location does not support details.|n")
return
if self.switches and self.switches[0] in 'del':
# removing a detail.
if self.lhs in location.db.details: