code/modules/plumbing/plumbers/pill_press.dm
MIN_VOLUME | the minimum size of a pill or patch |
---|---|
MAX_VOLUME | the maximum size a pill or patch can be |
MAX_FLOOR_PRODUCTS | max amount of pills allowed on our tile before we start storing them instead |
/obj/machinery/plumbing/pill_press | We take a constant input of reagents, and produce a pill once a set volume is reached |
Define Details
MAX_FLOOR_PRODUCTS
max amount of pills allowed on our tile before we start storing them instead
MAX_VOLUME
the maximum size a pill or patch can be
MIN_VOLUME
the minimum size of a pill or patch