/tg/ Station 13 - Modules - TypesVar Details

defined_inhand_icon_states

Makes sure items with defined inhand_icon_states... actually have icons that exist!

Vars

additional_inhands_locationadditional_inhands_location is for downstream modularity support. as an example, for skyrat's usage, set additional_inhands_location = "modular_skyrat/master_files/icons/mob/inhands/" Make sure this location is also present in tools/deploy.sh If you need additional paths ontop of this second one, you can add another generate_possible_icon_states_list("your/folder/path/inhands/") below the if(additional_inhands_location) block in Run(), and make sure to add that path to tools/deploy.sh as well.

Var Details

additional_inhands_location

additional_inhands_location is for downstream modularity support. as an example, for skyrat's usage, set additional_inhands_location = "modular_skyrat/master_files/icons/mob/inhands/" Make sure this location is also present in tools/deploy.sh If you need additional paths ontop of this second one, you can add another generate_possible_icon_states_list("your/folder/path/inhands/") below the if(additional_inhands_location) block in Run(), and make sure to add that path to tools/deploy.sh as well.