/tg/ Station 13 - Modules - TypesVar Details

strippable

An element for atoms that, when dragged and dropped onto a mob, opens a strip panel.

Vars

itemsAn assoc list of keys to /datum/strippable_item
should_strip_proc_pathA proc path that returns TRUE/FALSE if we should show the strip panel for this entity. If it does not exist, the strip menu will always show. Will be called with (mob/user).
strip_menusAn existing strip menus

Var Details

items

An assoc list of keys to /datum/strippable_item

should_strip_proc_path

A proc path that returns TRUE/FALSE if we should show the strip panel for this entity. If it does not exist, the strip menu will always show. Will be called with (mob/user).

strip_menus

An existing strip menus