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

wall_torch

Vars

burningis the bonfire lit?
mounted_torchTorch contained by the wall torch, if it was mounted manually. Will be TRUE if it was intended to spawn in with a torch, without actually initializing a torch in it to save on memory.
spawns_litDoes this torch spawn pre-lit?
wallmount_item_typeWhat this item turns back into when wrenched off the wall.

Procs

drop_torchSimple helper to drop the torch upon the mount being qdel'd.
light_it_upSets the torch's icon to burning and sets the light up
remove_torchHelper proc that handles removing the torch and trying to put it in the user's hand.

Var Details

burning

is the bonfire lit?

mounted_torch

Torch contained by the wall torch, if it was mounted manually. Will be TRUE if it was intended to spawn in with a torch, without actually initializing a torch in it to save on memory.

spawns_lit

Does this torch spawn pre-lit?

wallmount_item_type

What this item turns back into when wrenched off the wall.

Proc Details

drop_torch

Simple helper to drop the torch upon the mount being qdel'd.

light_it_up

Sets the torch's icon to burning and sets the light up

remove_torch

Helper proc that handles removing the torch and trying to put it in the user's hand.