mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-29 15:08:02 +01:00
Fix type that screwed with removing plasma suits
This commit is contained in:
+1
-1
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user