// Function from file: runes.dm public override void timestop( ) { Mob_Living M = null; Icon13.Animate(new ByTable().Set(1, this).Set("alpha", 255).Set("time", 5).Set("loop", -1)); this.SpinAnimation(5); foreach (dynamic _a in Lang13.Enumerate(GlobalVars.player_list, typeof(Mob_Living))) { M = _a; if (GlobalFuncs.iscultist(M) || Lang13.Bool(M.null_rod_check())) { this.immune.Or(M); } } base.timestop(); return; }