mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-18 02:24:11 +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:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user