Fix type that screwed with removing plasma suits

This commit is contained in:
ZomgPonies
2015-03-08 17:43:17 -04:00
parent 479fb500ba
commit 753d23c667
+1 -1
View File
@@ -223,7 +223,7 @@ var/MAX_EX_FLASH_RANGE = 14
#define BLOCK_GAS_SMOKE_EFFECT 8192 // blocks the effect that chemical clouds would have on a mob --glasses, mask and helmets ONLY! (NOTE: flag shared with ONESIZEFITSALL)
#define ONESIZEFITSALL 8192
#define PLASMAGUARD 1638 //Does not get contaminated by plasma.
#define PLASMAGUARD 16384 //Does not get contaminated by plasma.
#define NOREACT 16384 //Reagents dont' react inside this container.