git-svn-id: http://tgstation13.googlecode.com/svn/trunk@1589 316c924e-a436-60f5-8080-3fe189b3f50e

This commit is contained in:
KFFFF00
2011-05-15 20:43:38 +00:00
parent 54f5aca8c9
commit 1aeb0406e7
2 changed files with 5 additions and 7 deletions
+5 -6
View File
@@ -48,14 +48,13 @@
// return
if (M.stat !=2)
if (prob(20))
if((M.mind in ticker.mode.cult) && (prob(20)))
M << "\red The power of [src.deity_name] clears your mind of heresy!"
user << "\red You see how [M]'s eyes become clear, the cult no longer holds control over him!"
if(M.mind in ticker.mode.cult)
if (ticker.mode.name == "cult")
ticker.mode:remove_cultist(M.mind)
else
ticker.mode.cult -= M.mind
if (ticker.mode.name == "cult")
ticker.mode:remove_cultist(M.mind)
else
ticker.mode.cult -= M.mind
if ((istype(M, /mob/living/carbon/human) && prob(60)))
bless(M)
for(var/mob/O in viewers(M, null))