limbgrower ![code/game/machinery/limbgrower.dm 3](git.png)
The limbgrower. Makes organd and limbs with synthflesh and chems. See [limbgrower_designs.dm] for everything we can make.
Vars | |
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. |
Procs | |
create_buildpath | Returns a valid limb typepath based on the selected option |
emag_act | Emagging a limbgrower allows you to build synthetic armblades. |
Var Details
being_built ![code/game/machinery/limbgrower.dm 20](git.png)
The design we're printing currently.
busy ![code/game/machinery/limbgrower.dm 14](git.png)
If we're currently printing something.
categories ![code/game/machinery/limbgrower.dm 24](git.png)
All the categories of organs we can print.
imported_designs ![code/game/machinery/limbgrower.dm 26](git.png)
Designs imported from technology disks that we can print.
production_coefficient ![code/game/machinery/limbgrower.dm 16](git.png)
How efficient our machine is. Better parts = less chemicals used and less power used. Range of 1 to 0.25.
production_speed ![code/game/machinery/limbgrower.dm 18](git.png)
How long it takes for us to print a limb. Affected by production_coefficient.
selected_category ![code/game/machinery/limbgrower.dm 12](git.png)
The category of limbs we're browing in our UI.
stored_research ![code/game/machinery/limbgrower.dm 22](git.png)
Our internal techweb for limbgrower designs.
Proc Details
create_buildpath
Returns a valid limb typepath based on the selected option
emag_act
Emagging a limbgrower allows you to build synthetic armblades.