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

golem_food

Component which allows something to be eaten by a golem

Vars

consume_on_eatWhether to destroy our item when we eat it
extra_validationAny extra checks which need to be done when seeing if this is edible
golem_snackOur abstract fake food item
snack_typeReference to the kind of food we provide

Procs

create_golem_snackCreates our golem snack atom instance
on_attackAttempt to feed this item to golem
on_examineAdd extra examine text to people who have golem brains
on_food_destroyedReference handling for abstract food object

Var Details

consume_on_eat

Whether to destroy our item when we eat it

extra_validation

Any extra checks which need to be done when seeing if this is edible

golem_snack

Our abstract fake food item

snack_type

Reference to the kind of food we provide

Proc Details

create_golem_snack

Creates our golem snack atom instance

on_attack

Attempt to feed this item to golem

on_examine

Add extra examine text to people who have golem brains

on_food_destroyed

Reference handling for abstract food object