Goonstation 13 - Modules - TypesVar Details - Proc Details

/obj/statue

Vars

mob_insideThe mob inside of the statue
organs_to_dropList of organs we want to drop when we release the occupant
preserve_mobIn case we want to free the mob after entrapping them, for statues that encase, rather than turn into a material

Procs

cleanup_occupantRemove (read: kill and delete) the mob inside this statue
cut_statueProc to cut off head to grab the brain, otherwise cuts the statue to pieces
drop_organsProc to drop a list of organs from the mob inside
free_occupantProc to throw out the mob inside
make_material_chunkProc to generate a material from the statue
mob_flip_insideDeal some damage when flipping, in case someone's stuck and nobody else is around

Var Details

mob_inside

The mob inside of the statue

organs_to_drop

List of organs we want to drop when we release the occupant

preserve_mob

In case we want to free the mob after entrapping them, for statues that encase, rather than turn into a material

Proc Details

cleanup_occupant

Remove (read: kill and delete) the mob inside this statue

cut_statue

Proc to cut off head to grab the brain, otherwise cuts the statue to pieces

drop_organs

Proc to drop a list of organs from the mob inside

free_occupant

Proc to throw out the mob inside

make_material_chunk

Proc to generate a material from the statue

mob_flip_inside

Deal some damage when flipping, in case someone's stuck and nobody else is around