edit electricienne + poto

This commit is contained in:
math-pixel
2026-06-03 00:05:07 +02:00
parent 0a3966a339
commit 18fb5e39e9
8 changed files with 96 additions and 31 deletions
@@ -45,7 +45,12 @@ export function PylonNarrativeFlow(): React.JSX.Element | null {
);
}
if (step === "arrived" || step === "npc-return" || step === "inspected") {
if (
step === "arrived" ||
step === "npc-return" ||
step === "inspected" ||
step === "done"
) {
return <PylonFarmerNPC />;
}