Nukie Outpost is no longer a station map (#30090)
* I dunno, break shit I guess. * Actually fix some shit for once. * test flakey or me flakey? * Test were not flakey, they just didnt make any sense anymore. * more stationy tests * undo abuncha shit I can set in yml instead * forgor an assert * unneeded usings * 1984 * I made github angy * yoink * the end is never the end is never the end is never the end is never the end is never the end is never the * Im going to commit sudoku
This commit is contained in:
@@ -483,7 +483,7 @@ public sealed class NukeopsRuleSystem : GameRuleSystem<NukeopsRuleComponent>
|
||||
if (!Resolve(ent, ref ent.Comp, false))
|
||||
return null;
|
||||
|
||||
return ent.Comp.MapGrids.Where(e => HasComp<StationMemberComponent>(e) && !HasComp<NukeOpsShuttleComponent>(e)).FirstOrNull();
|
||||
return ent.Comp.MapGrids.Where(e => !HasComp<NukeOpsShuttleComponent>(e)).FirstOrNull();
|
||||
}
|
||||
|
||||
/// <remarks>
|
||||
|
||||
Reference in New Issue
Block a user