diff --git a/src/facilities/incubator/incubatorInteract.js b/src/facilities/incubator/incubatorInteract.js index c77f3e482e823acb272406a376547d5317e786ee..cb9bbaf7a6b87e7d1c8371ef0e7c7931622bae59 100644 --- a/src/facilities/incubator/incubatorInteract.js +++ b/src/facilities/incubator/incubatorInteract.js @@ -34,14 +34,11 @@ App.UI.incubator = function() { if (V.incubatorSlaves > 2) { r.push(`It's well used. The hum of active tanks fill the air.`); - App.Events.addNode(el, r); } else if (V.incubatorSlaves > 0) { r.push(`It's barely used; most of the tanks lie dormant.`); - App.Events.addNode(el, r); } else { - r.push(`It's empty and quiet.`); - App.Events.addNode(el, r); - el.append( + r.push(`It's empty and quiet. `); + r.push( choice( "Decommission the incubator", () => {