Bug Flag Fix

dual definitions are bad, m'kay?
This commit is contained in:
skull132
2016-02-02 14:03:43 +02:00
parent a3a62bc186
commit 302a7593c2

View File

@@ -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.