mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
docs(tutorial-beginner): 📝 fix repetition repetition repetition
This commit is contained in:
parent
5e1801b997
commit
12f2860156
1 changed files with 1 additions and 1 deletions
|
|
@ -99,7 +99,7 @@ If you try the `get` command, we will pick up the box. So far so good. But, if w
|
|||
|
||||
lock box = get:false()
|
||||
|
||||
Locks represent a rather [big topic](../../../Components/Locks.md) but, for now, this will do what we want. The above command will lock the box so no one can lift it — with one exception. Remember that superusers override all locks and will pick it up anyway. Make sure you are quelling your superuser powers, and now try to get the box now:
|
||||
Locks represent a rather [big topic](../../../Components/Locks.md) but, for now, this will do what we want. The above command will lock the box so no one can lift it — with one exception. Remember that superusers override all locks and will pick it up anyway. Make sure you are quelling your superuser powers, and try to get it again:
|
||||
|
||||
> get box
|
||||
You can't get that.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue