[Package Index | Mudlib Index | Effect Index]
File /d/sur/StoLat/inherit/crimes.c
Inherited by rooms in Sto Lat, used to interface with the crime handlerSee also:
/d/sur/StoLat/handlers/crime_handler
.c
Includes
This class includes the following files /include/clothing.h and /d/sur/StoLat/inherit/path.hMethod index
- event_death(object, object *, object, string, string)
Adds the murderer to the list of criminals in Sto Lat, as long as there is
a sentient uninvolved creature in the room.
- handle_theft(object, object, object, object, object *)
Places thieves in the criminals list under certain circumstances.
Public Functions
These are functions that everyone can access.
-
event_death
void event_death(object ob,
object * killers,
object killer,
string room_mess,
string killer_mess)
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.
- See also:
/doc/new/events/event_death
.c
-
handle_theft
void handle_theft(object place,
object command_ob,
object thief,
object victim,
object * stolen)
Places thieves in the criminals list under certain circumstances.
- See also:
/obj/handlers/theft_handler->handle_theft for parameters