public override void Tick() { if (!initialized) { initialized = true; } if (Find.TickManager.TicksGame % 4 == 0) { TM_MoteMaker.ThrowBarrierMote(this.DrawPos, this.Map, .7f); } base.Tick(); }