mirror of
https://github.com/evennia/evennia.git
synced 2026-04-05 23:47:16 +02:00
Clean up contrib docs, autogeneration
This commit is contained in:
parent
9367ca3d9a
commit
883ea77ae8
94 changed files with 4126 additions and 2536 deletions
|
|
@ -1,13 +1,15 @@
|
|||
# SimpleDoor
|
||||
|
||||
Contribution - Griatch 2016
|
||||
Contribution by 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. Note that the simpledoor is based on Evennia locks, so it will
|
||||
not work for a superuser (which bypasses all locks) - the superuser
|
||||
closed from both sides. Can easily be expanded to make it lockable,
|
||||
destroyable 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
|
||||
without the locks stopping you. To use the door, use `quell` or a
|
||||
non-superuser account.
|
||||
|
||||
## Installation:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue