public override void CommonOperations() { base.CommonOperations(); if (Dead && Main.Time >= DeadTime) { CurrentMap.DeSpawn(this); } }