mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-01-02 05:22:40 +00:00
Bug Flag Fix
dual definitions are bad, m'kay?
This commit is contained in:
@@ -662,7 +662,7 @@ var/list/be_special_flags = list(
|
||||
#define CAN_JOIN 16384 // Species is selectable in chargen.
|
||||
#define IS_RESTRICTED 32768 // Is not a core/normally playable species. (castes, mutantraces)
|
||||
#define REGENERATES_LIMBS 65536 // Attempts to regenerate unamputated limbs.
|
||||
#define IS_BUG 4096 //Everything bug related
|
||||
#define IS_BUG 131072 //Everything bug related
|
||||
|
||||
// Language flags.
|
||||
#define WHITELISTED 1 // Language is available if the speaker is whitelisted.
|
||||
|
||||
Reference in New Issue
Block a user