mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-24 12:37:26 +01:00
Fixed a duplicate definition bug with WHITELISTED.
Conflicts: code/modules/client/preferences.dm code/modules/mob/living/carbon/species.dm code/modules/mob/new_player/new_player.dm code/setup.dm
This commit is contained in:
+2
-2
@@ -739,9 +739,9 @@ var/list/RESTRICTED_CAMERA_NETWORKS = list( //Those networks can only be accesse
|
||||
#define IS_SLOW 4
|
||||
#define RAD_ABSORB 8
|
||||
#define NO_SCAN 16
|
||||
#define NON_GENDERED 32
|
||||
#define NO_PAIN 32
|
||||
#define REQUIRE_LIGHT 64
|
||||
#define WHITELISTED 128
|
||||
#define IS_WHITELISTED 128
|
||||
#define HAS_SKIN_TONE 256
|
||||
#define HAS_LIPS 512
|
||||
#define HAS_UNDERWEAR 1024
|
||||
|
||||
Reference in New Issue
Block a user