Parenthesizes some macros (#37212)
* parenthesizes some macros * A couple more macro definition parenthesizing
This commit is contained in:
committed by
CitadelStationBot
parent
f98040513a
commit
4d0597ad5b
@@ -14,7 +14,7 @@
|
||||
#define AMOUNT_VISIBLE 32 // For non-transparent containers that still have the general amount of reagents in them visible.
|
||||
|
||||
// Is an open container for all intents and purposes.
|
||||
#define OPENCONTAINER REFILLABLE | DRAINABLE | TRANSPARENT
|
||||
#define OPENCONTAINER (REFILLABLE | DRAINABLE | TRANSPARENT)
|
||||
|
||||
|
||||
#define TOUCH 1 // splashing
|
||||
|
||||
Reference in New Issue
Block a user