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

pill_press

We take a constant input of reagents, and produce a pill once a set volume is reached

Vars

current_volumeselected size of the product
packaging_categoryCategory of packaging
packaging_typeThe type of packaging to use
packaging_typesAll packaging types wrapped up in 1 big list
productcurrent operating product (pills or patches)
product_nameprefix for the product name
stored_productslist of products stored in the machine, so we dont have 610 pills on one tile

Procs

decode_categorydecode product category from it's type path and returns the decoded typepath

Var Details

current_volume

selected size of the product

packaging_category

Category of packaging

packaging_type

The type of packaging to use

packaging_types

All packaging types wrapped up in 1 big list

product

current operating product (pills or patches)

product_name

prefix for the product name

stored_products

list of products stored in the machine, so we dont have 610 pills on one tile

Proc Details

decode_category

decode product category from it's type path and returns the decoded typepath