[an error occurred while processing this directive]
[<a href="index.shtml">Package Index</a></code> | <a href="index_std.shtml">Mudlib Index</a></code> | <a href="index_eff.shtml">Effect Index</a></code>]<br><h2>File /std/effects/object/holyweapon.c</h2>
This effect makes the object a holy weapon.  This effect
has a classification of "object.holyweapon".
<p>
The argument specifies the time in seconds for the effect to
last.
<p>
This effect has a shadow associated with it.<p><b>See also:</b><br>help::effects.c<h3>Example</h3>
<pre>// last for 2 minutes, modifier of 2.0.
ob->add_effect("/std/effects/object/holyweapon", 120, 20);
</pre>
<h2>Includes</h2>
This class includes the following files <a href="include.tune.h.shtml">/include/tune.h</a> and <a href="include.effect.h.shtml">/include/effect.h</a><h2>Method index</h2>
<dl><ul>
<li><a href="#restart">restart</a>(object, mixed *, int)</ul><h2>Public Functions</h2>
These are functions that everyone can access.<p>
.<ul><a name="restart">
restart</a><pre>
void restart(object thing,
             mixed * args,
             int id)
</pre>

[an error occurred while processing this directive]

