mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-26 21:48:21 +01:00
Some changes to cult mode.
Fixed cyborgs just pressing cancel when choosing AIs. Midis setting now carries over when ghosting. Can now check if a borg is emagged from the player panel. git-svn-id: http://tgstation13.googlecode.com/svn/trunk@367 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -45,7 +45,10 @@
|
||||
|
||||
if (M.stat !=2)
|
||||
if (ticker.mode.name == "cult" && prob(10))
|
||||
ticker.mode:remove_cultist(M.mind)
|
||||
if(ticker.mode:cult.Find(M.mind))
|
||||
ticker.mode:remove_cultist(M.mind)
|
||||
if (cultists.Find(M) && prob(10))
|
||||
cultists -= M
|
||||
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