Reusing some unused flags in species.

Conflicts:
	code/setup.dm
This commit is contained in:
Zuhayr
2014-01-06 23:35:14 -05:00
committed by ZomgPonies
parent ce64847903
commit 2c677b2e48
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -734,9 +734,9 @@ var/list/RESTRICTED_CAMERA_NETWORKS = list( //Those networks can only be accesse
)
//Species flags.
#define NO_EAT 1
#define NO_BLOOD 1
#define NO_BREATHE 2
#define NO_SLEEP 4
#define IS_SLOW 4
#define RAD_ABSORB 8
#define NO_SCAN 16
#define NON_GENDERED 32