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
+4
View File
@@ -37,4 +37,8 @@
src.logged_in = 1
if (!src.client.changes)
src.changes()
if(ticker)
if(ticker.mode.name == "revolution")
if ((src.mind in ticker.mode:revolutionaries) || (src.mind in ticker.mode:head_revolutionaries))
ticker.mode:update_rev_icons_added(src.mind)
..()