#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:
|
Or in code:
|
||||||
|
|
||||||
exit_obj.locks.add(
|
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.
|
See [Locks](../../../Components/Locks.md) for a lot more information about Evennia locks.
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue