private static bool Prefix(IntVec3 c, Map map, GenStepParams parms, int stackCount = 1) { bool result; if (map.Parent.Faction.def == PurpleIvyDefOf.Genny) { GenStep_AlienLair.DoScatterAt(c, map, parms, stackCount); result = false; } else { result = true; } return(result); }
protected override void ScatterAt(IntVec3 c, Map map, GenStepParams parms, int stackCount = 1) { GenStep_AlienLair.DoScatterAt(c, map, parms, stackCount); }