Deculting

Loyalty implants and the heaviest of anti-depressants will now decult
someone.
This commit is contained in:
skull132
2014-03-18 16:03:09 +02:00
parent 7f02d38c66
commit f55ac03315
2 changed files with 17 additions and 18 deletions
@@ -20,7 +20,7 @@
M << "\blue Your mind feels focused and undivided."
..()
return
/* on_mob_life(var/mob/living/M as mob)
if(ishuman(M))
if((M.mind in ticker.mode.cult))
@@ -28,9 +28,9 @@
ticker.mode.remove_cultist(M.mind)
for(var/mob/O in viewers(M, null))
O.show_message(text("\blue []'s eyes blink and become clearer.", M), 1) // So observers know it worked.
return
*/
/datum/chemical_reaction/methylphenidate
@@ -69,9 +69,9 @@
ticker.mode.remove_cultist(M.mind)
for(var/mob/O in viewers(M, null))
O.show_message(text("\blue []'s eyes blink and become clearer.", M), 1) // So observers know it worked.
return
*/
/datum/chemical_reaction/citalopram
@@ -107,17 +107,17 @@
..()
return
/* on_mob_life(var/mob/living/M as mob)
if(ishuman(M))
if((M.mind in ticker.mode.cult))
M << "\red The drugs burn your thoughts...the visions stop...and the voices are no more. You are now deaf to the commands of Nar-Sie."
ticker.mode.remove_cultist(M.mind)
for(var/mob/O in viewers(M, null))
O.show_message(text("\blue []'s eyes blink and become clearer.", M), 1) // So observers know it worked.
return
*/
on_mob_life(var/mob/living/M as mob)
if(ishuman(M))
if((M.mind in ticker.mode.cult))
M << "\red The drugs burn your thoughts...the visions stop...and the voices are no more. You are now deaf to the commands of Nar-Sie."
ticker.mode.remove_cultist(M.mind)
for(var/mob/O in viewers(M, null))
O.show_message(text("\blue []'s eyes blink and become clearer.", M), 1) // So observers know it worked.
return