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

wall_tearer

Allows attached mobs to destroy walls over time, a little less unreasonable than the instant wall deletion of wall_smasher

Vars

allow_reinforcedWhether we can break reinforced walls
do_after_keyWhat interaction key do we use for our interaction
reinforced_multiplierHow much longer it takes to break reinforced walls
tear_timeHow long it takes for us to destroy a wall completely (its a 3 step process so this will be divided by three)

Procs

on_attacked_wallTry to tear up a wall
validate_targetCheck if the target atom is a wall we can actually rip up

Var Details

allow_reinforced

Whether we can break reinforced walls

do_after_key

What interaction key do we use for our interaction

reinforced_multiplier

How much longer it takes to break reinforced walls

tear_time

How long it takes for us to destroy a wall completely (its a 3 step process so this will be divided by three)

Proc Details

on_attacked_wall

Try to tear up a wall

validate_target

Check if the target atom is a wall we can actually rip up