Xenos gamemode rework

This commit is contained in:
Markolie
2014-12-13 02:08:22 +01:00
parent fa540e3b89
commit 37b86cd8f1
63 changed files with 14682 additions and 15181 deletions

View File

@@ -72,7 +72,7 @@
var/list/candidates = list()
if(!new_overmind)
candidates = get_candidates(BE_ALIEN)
candidates = get_candidates(BE_BLOB)
if(candidates.len)
C = pick(candidates)
else