Disconnected revolutionaries regain their indicator icons when they log back in.

Rev converting is now limited to carbon-based life.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@84 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
n3ophyt3@gmail.com
2010-09-10 00:05:11 +00:00
parent 54ce9c57c2
commit 4abe623a53
2 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -44,7 +44,7 @@
if (prob(M.eye_stat - 20 + 1))
M << "\red You go blind!"
M.sdisabilities |= 1
if(ticker.mode.name == "revolution")
if(ticker.mode.name == "revolution" && istype(M, /mob/living/carbon))
if(user.mind in ticker.mode:head_revolutionaries)
ticker.mode:add_revolutionary(M.mind)