mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
#3659 Fixing doc typo for beginner tutorial
This commit is contained in:
parent
f007199878
commit
5fd0ea9445
1 changed files with 1 additions and 1 deletions
|
|
@ -172,7 +172,7 @@ In game:
|
|||
Or in code:
|
||||
|
||||
exit_obj.locks.add(
|
||||
"traverse:attr(is_ic, True)")
|
||||
"traverse:attr(is_pc, True)")
|
||||
|
||||
See [Locks](../../../Components/Locks.md) for a lot more information about Evennia locks.
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue