mirror of
https://github.com/evennia/evennia.git
synced 2026-04-03 14:37:17 +02:00
Updated HTML docs.
This commit is contained in:
parent
237d406023
commit
f2d954acef
34 changed files with 153 additions and 97 deletions
|
|
@ -367,7 +367,7 @@ At regular intervals, the AI entity will be ‘ticked’ by Evennia. This ‘tic
|
|||
</div>
|
||||
<p>Or in code:</p>
|
||||
<div class="highlight-none notranslate"><div class="highlight"><pre><span></span>exit_obj.locks.add(
|
||||
"traverse:attr(is_ic, True)")
|
||||
"traverse:attr(is_pc, True)")
|
||||
</pre></div>
|
||||
</div>
|
||||
<p>See <a class="reference internal" href="../../../Components/Locks.html"><span class="doc std std-doc">Locks</span></a> for a lot more information about Evennia locks.</p>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue