Updated HTML docs.

This commit is contained in:
Evennia docbuilder action 2024-11-11 19:13:15 +00:00
parent 237d406023
commit f2d954acef
34 changed files with 153 additions and 97 deletions

View file

@ -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(
&quot;traverse:attr(is_ic, True)&quot;)
&quot;traverse:attr(is_pc, True)&quot;)
</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>