/obj/statue 
Vars | |
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 |
Procs | |
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 |
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