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

tactical

A simple component that replacess the user's appearance with that of the parent item when equipped.

Vars

allowed_slotsThe allowed slots for the effect.
current_slotA cached of where the item is currently equipped.

Procs

on_movedWe really want to make sure that, if things ever slightly breaks, that the alt appearance will be removed anyway.
tactical_updateChecks if a mob is holding us, and if so we will modify our appearance to properly match w/ the mob.

Var Details

allowed_slots

The allowed slots for the effect.

current_slot

A cached of where the item is currently equipped.

Proc Details

on_moved

We really want to make sure that, if things ever slightly breaks, that the alt appearance will be removed anyway.

tactical_update

Checks if a mob is holding us, and if so we will modify our appearance to properly match w/ the mob.