Possible cloned cultist view fix

Needs live testing, should fix the problem of the mask only being able
to track a cultist's first body, and not being able to follow them if
they've been cloned.
This commit is contained in:
Bone White
2014-09-13 11:50:36 +01:00
parent 6f40f1ed3d
commit 6dcdb63053
+1
View File
@@ -201,6 +201,7 @@
if(H.mind in ticker.mode.syndicates)
ticker.mode.update_all_synd_icons()
if (H.mind in ticker.mode.cult)
ticker.mode.add_cult_viewpoint(H)
ticker.mode.add_cultist(src.occupant.mind)
ticker.mode.update_all_cult_icons() //So the icon actually appears
if(("\ref[H.mind]" in ticker.mode.implanter) || (H.mind in ticker.mode.implanted))