diff --git a/src/arcologyBuilding/manufacturing.js b/src/arcologyBuilding/manufacturing.js index 82b17cfa7871d3e633f7a21330118da2e455dbdb..e9dc8a2cd5b84a566de5ac2e307c7ed88c4ee5c6 100644 --- a/src/arcologyBuilding/manufacturing.js +++ b/src/arcologyBuilding/manufacturing.js @@ -202,9 +202,7 @@ App.Arcology.Cell.Manufacturing = class extends App.Arcology.Cell.BaseCell { () => { V.farmyard = 5; thisCell.type = "Farmyard"; - }, cost, "and will incur upkeep costs", - // this only exists for the farmyard, remove feature once that is out of alpha - App.UI.DOM.makeElement("span", "Alpha Content!", "warning") + }, cost, "and will incur upkeep costs" )); } }