Skip to content

Commit

Permalink
i forgor :skull_crossbones:
Browse files Browse the repository at this point in the history
  • Loading branch information
Slotterleet committed Mar 24, 2024
1 parent 4d4580b commit 1b10b64
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion core/src/fos/content/LumoniTechTree.java
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,9 @@ public static void load() {
node(intruders, Seq.with(new Objectives.SectorComplete(ruins)), () -> {
soontm();
});
soontm();
node(FOSSectors.citadel, Seq.with(new Objectives.SectorComplete(ruins)), () -> {
soontm();
});
soontm();
});
});
Expand Down

0 comments on commit 1b10b64

Please sign in to comment.