Purifying a soulstone removes blood cult status from its shades (#46133)

* Purify removes blood cult status

* Remove cult from new captured shades
This commit is contained in:
penterwast
2019-08-27 13:16:18 -04:00
committed by moo
parent e5453ff3a5
commit 4dd1e53aa0
2 changed files with 4 additions and 0 deletions
@@ -198,6 +198,8 @@
T.health = T.maxHealth
if(purified)
icon_state = "purified_soulstone2"
if(iscultist(T))
SSticker.mode.remove_cultist(T.mind, FALSE, FALSE)
else
icon_state = "soulstone2"
name = "soulstone: Shade of [T.real_name]"