#3659 Fixing doc typo for beginner tutorial

This commit is contained in:
Jake 2024-11-05 13:24:20 -07:00 committed by GitHub
parent f007199878
commit 5fd0ea9445
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.
```