chasm

Vars | |
falling_atoms | List of refs to falling objects -> how many levels deep we've fallen |
---|---|
Procs | |
left_chasm | Called when something has left the chasm depths storage. Arguments |
on_revive | Called if something comes back to life inside the pit. Expected sources are badmins and changelings. Ethereals should take enough damage to be smashed and not revive. |
remove_storage | Deletes the chasm storage object and removes empty weakrefs from global list |
Var Details
falling_atoms

List of refs to falling objects -> how many levels deep we've fallen
Proc Details
left_chasm
Called when something has left the chasm depths storage. Arguments
- source - Chasm object holder.
- gone - Item which has just left the chasm contents.
on_revive
Called if something comes back to life inside the pit. Expected sources are badmins and changelings. Ethereals should take enough damage to be smashed and not revive.
Arguments
- escapee - Lucky guy who just came back to life at the bottom of a hole.
remove_storage
Deletes the chasm storage object and removes empty weakrefs from global list