Fixed Slimaggedon spawning -- Uses antag menu

This commit is contained in:
ZomgPonies
2014-01-04 22:11:16 -05:00
parent e9feda83cb
commit af92092f64
4 changed files with 19 additions and 6 deletions
+2 -2
View File
@@ -665,7 +665,7 @@ var/list/TAGGERLOCATIONS = list("Disposals",
#define BE_MONKEY 512
#define BE_NINJA 1024
#define BE_VOX 2048
#define BE_PLANT 4096
#define BE_SLIME 4096
#define BE_VAMPIRE 8192
var/list/be_special_flags = list(
@@ -681,7 +681,7 @@ var/list/be_special_flags = list(
"Monkey" = BE_MONKEY,
"Ninja" = BE_NINJA,
"Vox" = BE_VOX,
"Diona" = BE_PLANT,
"Slime" = BE_SLIME,
"Vampire" = BE_VAMPIRE
)