chasm_detritus

An object which should replace itself on initialisation with something which fell into a chasm.
Vars | |
default_contents | Stuff which you can always fish up even if nothing fell into a hole. Associative by type. |
---|---|
default_contents_chance | The chance (out of 100) to fish out something from default_contents
even if there's something in GLOB.chasm_storage. |
default_contents_key | Key to the list we want to use from default_contents . |
Procs | |
create_default_object | Instantiates something in its place from the default_contents list. |
find_chasm_contents | Returns a list of every object which is currently inside of a chasm. |
Var Details
default_contents

Stuff which you can always fish up even if nothing fell into a hole. Associative by type.
default_contents_chance

The chance (out of 100) to fish out something from default_contents
even if there's something in GLOB.chasm_storage.
default_contents_key

Key to the list we want to use from default_contents
.
Proc Details
create_default_object
Instantiates something in its place from the default_contents list.
find_chasm_contents
Returns a list of every object which is currently inside of a chasm.