[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 /d/sur/StoLat/inherit/crimes.c</h2>

Inherited by rooms in Sto Lat, used to interface with the crime handler<p><b>See also:</b><br>/d/sur/StoLat/handlers/crime_handler

.c<br /><h2>Includes</h2>
This class includes the following files <a href="include.clothing.h.shtml">/include/clothing.h</a> and /d/sur/StoLat/inherit/path.h<h2>Method index</h2>
<ul>
<li><a href="#event_death">event_death</a>(object, object *, object, string, string)<br/>

Adds the murderer to the list of criminals in Sto Lat, as long as there is 
a sentient uninvolved creature in the room.
<li><a href="#handle_theft">handle_theft</a>(object, object, object, object, object *)<br/>

Places thieves in the criminals list under certain circumstances.
</ul>
<h2>Public Functions</h2>
These are functions that everyone can access.<p>
<dl>
<dt class="autodocfuncname"><a name="event_death">
event_death</a><pre class="autodocfuncdef">
void event_death(object ob,
                 object * killers,
                 object killer,
                 string room_mess,
                 string killer_mess)
</pre><dd><br />

Adds the murderer to the list of criminals in Sto Lat, as long as there is 
a sentient uninvolved creature in the room. There is a small chance that 
the crime will not be reported.<br />
<br /><dl>
<dd><b>See also:</b>
<br />/doc/new/events/event_death

.c<br /><br /><br /></dl>

<dt class="autodocfuncname"><a name="handle_theft">
handle_theft</a><pre class="autodocfuncdef">
void handle_theft(object place,
                  object command_ob,
                  object thief,
                  object victim,
                  object * stolen)
</pre><dd><br />

Places thieves in the criminals list under certain circumstances.<br />
<br /><dl>
<dd><b>See also:</b>
<br /><a href="obj.handlers.theft_handler.c.shtml#handle_theft for parameters

">/obj/handlers/theft_handler->handle_theft for parameters

</a><br /><br /><br /></dl>

</dl>
[an error occurred while processing this directive]

