Moved language flag defines to setup.dm.

This commit is contained in:
Zuhayr
2013-08-10 21:00:32 -07:00
parent bc4ac1d4ee
commit 6e81952c20
2 changed files with 14 additions and 7 deletions

View File

@@ -716,4 +716,8 @@ var/list/RESTRICTED_CAMERA_NETWORKS = list( //Those networks can only be accesse
#define HAS_LIPS 512
#define HAS_UNDERWEAR 1024
#define HAS_TAIL 2048
#define IS_PLANT 4096
#define IS_PLANT 4096
//Language flags.
#define WHITELISTED 1 // Language is available if the speaker is whitelisted.
#define RESTRICTED 2 // Language can only be accquired by spawning or an admin.