/tg/ Station 13 - Modules - TypesVar Details - Proc Details

chasm_detritus

An object which should replace itself on initialisation with something which fell into a chasm.

Vars

default_contentsStuff which you can always fish up even if nothing fell into a hole. Associative by type.
default_contents_chanceThe chance (out of 100) to fish out something from default_contents even if there's something in GLOB.chasm_storage.
default_contents_keyKey to the list we want to use from default_contents.

Procs

create_default_objectInstantiates something in its place from the default_contents list.
find_chasm_contentsReturns 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.