tactical ![code/datums/components/tactical.dm 2](git.png)
A simple component that replacess the user's appearance with that of the parent item when equipped.
Vars | |
allowed_slots | The allowed slots for the effect. |
---|---|
current_slot | A cached of where the item is currently equipped. |
Procs | |
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. |
Var Details
allowed_slots ![code/datums/components/tactical.dm 4](git.png)
The allowed slots for the effect.
current_slot ![code/datums/components/tactical.dm 8](git.png)
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.