mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-14 08:34:16 +01:00
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:
@@ -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)
|
||||
..()
|
||||
|
||||
Reference in New Issue
Block a user