Merge pull request #3667 from jaborsh/3659_fix

#3659 Fixing doc typo for beginner tutorial
This commit is contained in:
Griatch 2024-11-11 20:09:12 +01:00 committed by GitHub
commit e601fe746c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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.
```