mirror of
https://github.com/Aurorastation/Aurora-Old.git
synced 2026-08-28 15:16:21 +01:00
MUTINY. O BOY.
This commit is contained in:
+3
-1
@@ -668,6 +668,7 @@ var/list/liftable_structures = list(\
|
||||
#define BE_RAIDER 2048
|
||||
#define BE_PLANT 4096
|
||||
#define BE_VAMPIRE 8192
|
||||
#define BE_MUTINEER 16384
|
||||
|
||||
var/list/be_special_flags = list(
|
||||
"Traitor" = BE_TRAITOR,
|
||||
@@ -683,7 +684,8 @@ var/list/be_special_flags = list(
|
||||
"Ninja" = BE_NINJA,
|
||||
"Raider" = BE_RAIDER,
|
||||
"Diona" = BE_PLANT,
|
||||
"Vampire" = BE_VAMPIRE
|
||||
"Vampire" = BE_VAMPIRE,
|
||||
"Mutineer" = BE_MUTINEER
|
||||
)
|
||||
|
||||
#define AGE_MIN 17 //youngest a character can be
|
||||
|
||||
Reference in New Issue
Block a user