Adds container types INJECTABLE and DRAWABLE

This commit is contained in:
CitadelStationBot
2017-06-27 08:19:49 -05:00
parent 56f9c0f82a
commit 6a38955803
10 changed files with 68 additions and 59 deletions
+3 -1
View File
@@ -2,7 +2,9 @@
#define LIQUID 2
#define GAS 3
#define OPENCONTAINER 4096 // is an open container for chemistry purposes
#define INJECTABLE 1024 //Makes reagents addable through droppers and syringes
#define DRAWABLE 2048 //If a syringe can draw from it
#define OPENCONTAINER 4096 //Is an open container for chemistry purposes
#define TRANSPARENT 8192 //Used for non-open containers which you still want to be able to see the reagents off.
#define TOUCH 1 //splashing