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

limbgrower

The limbgrower. Makes organd and limbs with synthflesh and chems. See [limbgrower_designs.dm] for everything we can make.

Vars

being_builtThe design we're printing currently.
busyIf we're currently printing something.
categoriesAll the categories of organs we can print.
imported_designsDesigns imported from technology disks that we can print.
production_coefficientHow efficient our machine is. Better parts = less chemicals used and less power used. Range of 1 to 0.25.
production_speedHow long it takes for us to print a limb. Affected by production_coefficient.
selected_categoryThe category of limbs we're browing in our UI.
stored_researchOur internal techweb for limbgrower designs.

Procs

build_itemThe amount of power we're going to use, based on how much reagent we use.
create_buildpathThe limb we're making with our buildpath, so we can edit it. Returns a valid limb typepath based on the selected option
emag_actEmagging a limbgrower allows you to build synthetic armblades.

Var Details

being_built

The design we're printing currently.

busy

If we're currently printing something.

categories

All the categories of organs we can print.

imported_designs

Designs imported from technology disks that we can print.

production_coefficient

How efficient our machine is. Better parts = less chemicals used and less power used. Range of 1 to 0.25.

production_speed

How long it takes for us to print a limb. Affected by production_coefficient.

selected_category

The category of limbs we're browing in our UI.

stored_research

Our internal techweb for limbgrower designs.

Proc Details

build_item

The amount of power we're going to use, based on how much reagent we use.

create_buildpath

The limb we're making with our buildpath, so we can edit it. Returns a valid limb typepath based on the selected option

emag_act

Emagging a limbgrower allows you to build synthetic armblades.