Updated HTML docs

This commit is contained in:
Griatch 2021-08-08 22:26:23 +02:00
parent 34679d87da
commit aa4dc8fdc8
142 changed files with 2306 additions and 2191 deletions

View file

@ -126,7 +126,7 @@ class BlockingCmdSet(CmdSet):
class BlockingRoom(Room):
def at_object_creation(self):
self.cmdset.add(BlockingCmdSet, permanent=True)
self.cmdset.add(BlockingCmdSet, persistent=True)
# only share commands with players in the room that
# are NOT Builders or higher
self.locks.add("call:not perm(Builders)")
@ -375,4 +375,4 @@ for staff to browse the list and display how long ago the login occurred.
their len() suggests. There is little Evennia can (reliably) do about this. If you are using such
characters, you need to make sure to use a suitable mono-spaced font where are width are equal. You
can set this in your web client and need to recommend it for telnet-client users. See [this
discussion](https://github.com/evennia/evennia/issues/1522) where some suitable fonts are suggested.
discussion](https://github.com/evennia/evennia/issues/1522) where some suitable fonts are suggested.