mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-31 07:58:22 +01:00
git-svn-id: http://tgstation13.googlecode.com/svn/trunk@1589 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user