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:
@@ -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]"
|
||||
|
||||
Reference in New Issue
Block a user