byond - Modules - TypesDefine Details

code/__DEFINES/reagents.dm

INJECTABLEMakes it possible to add reagents through droppers and syringes
DRAWABLEMakes it possible to remove reagents through syringes
REFILLABLEMakes it possible to add reagents through any reagent container
DRAINABLEMakes it possible to remove reagents through any reagent container
TRANSPARENTUsed on containers which you want to be able to see the reagents off
AMOUNT_VISIBLEFor non-transparent containers that still have the general amount of reagents in them visible.
AMOUNT_SKILLCHECKFor containers which apply a skill check for wheter showing their reagents to the user or not.
AMOUNT_ESTIMEEFor containers without volume meters on (e.g. drinking glasses, cans, sprays)

Define Details

AMOUNT_ESTIMEE

For containers without volume meters on (e.g. drinking glasses, cans, sprays)

AMOUNT_SKILLCHECK

For containers which apply a skill check for wheter showing their reagents to the user or not.

AMOUNT_VISIBLE

For non-transparent containers that still have the general amount of reagents in them visible.

DRAINABLE

Makes it possible to remove reagents through any reagent container

DRAWABLE

Makes it possible to remove reagents through syringes

INJECTABLE

Makes it possible to add reagents through droppers and syringes

REFILLABLE

Makes it possible to add reagents through any reagent container

TRANSPARENT

Used on containers which you want to be able to see the reagents off