code/__DEFINES/reagents.dm

INJECTABLE | Makes it possible to add reagents through droppers and syringes |
---|---|
DRAWABLE | Makes it possible to remove reagents through syringes |
REFILLABLE | Makes it possible to add reagents through any reagent container |
DRAINABLE | Makes it possible to remove reagents through any reagent container |
TRANSPARENT | Used on containers which you want to be able to see the reagents off |
AMOUNT_VISIBLE | For non-transparent containers that still have the general amount of reagents in them visible. |
AMOUNT_SKILLCHECK | For containers which apply a skill check for wheter showing their reagents to the user or not. |
AMOUNT_ESTIMEE | For 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