removed client/var/be_alien and client/var/be_pai, everything now uses client.prefs.be_special

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@5126 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
elly1989@rocketmail.com
2012-11-19 18:35:14 +00:00
parent 6d05ae60de
commit 27a53e211b
7 changed files with 11 additions and 21 deletions

View File

@@ -41,7 +41,7 @@
proc/create_fragments(var/wave_size = 1)
var/list/candidates = list()
for(var/mob/dead/observer/G in player_list)
if(G.client.be_alien)
if(G.client.prefs.be_special & BE_ALIEN)
if(!(G.mind && G.mind.current && G.mind.current.stat != DEAD))
candidates += G.key