Skip to content

Commit

Permalink
basecamps: Deprecate initial construction of the primitive camp
Browse files Browse the repository at this point in the history
The modular field camp does everything that the primitive field camp
does, but is a better design.  Remove the "Old Camp" from the list
of available camps.  Existing camps will not be affected, but people
will not be able to start new camps using the Old Camp mapgen.
  • Loading branch information
mlangsdorf committed Sep 22, 2019
1 parent 429993b commit 8604e0c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion data/json/recipes/basecamps/recipe_groups.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"building_type": "NONE",
"recipes": [
{ "id": "faction_base_modular_hub_field_0", "description": "Field Camp", "om_terrains": [ "field" ] },
{ "id": "faction_base_camp_0", "description": "Old Camp", "om_terrains": [ "field" ] },
{ "id": "faction_base_firestation_0", "description": "Firestation Base", "om_terrains": [ "fire_station" ] }
]
},
Expand Down

0 comments on commit 8604e0c

Please sign in to comment.