From 4aba1b59b38ed05301daa47e078e947521a7422d Mon Sep 17 00:00:00 2001 From: Griatch Date: Thu, 30 Mar 2017 22:04:54 +0200 Subject: [PATCH] Add a brief mention of the superuser bypassing the locks of the simpledoor contrib. Resolves #1269. --- evennia/contrib/simpledoor.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/evennia/contrib/simpledoor.py b/evennia/contrib/simpledoor.py index 12a6b4ed49..ad6cc8b0a7 100644 --- a/evennia/contrib/simpledoor.py +++ b/evennia/contrib/simpledoor.py @@ -5,7 +5,11 @@ Contribution - Griatch 2016 A simple two-way exit that represents a door that can be opened and closed. Can easily be expanded from to make it lockable, destroyable -etc. +etc. Note that the simpledoor is based on Evennia locks, so it will +not work for a superuser (which bypasses all locks) - the superuser +will always appear to be able to close/open the door over and over +without the locks stopping you. To use the door, use `@quell` or a +non-superuser account. Installation: