Skip to content

Commit

Permalink
* Fix embarrassing regexp-caused object file flaw
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisOelmueller committed Apr 18, 2012
1 parent da9e56e commit 8d8188a
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion content/objects/buildings/lumberjackcamp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
id: 8
name:
0: _ Lumberjack Tent
RES.GOLD: _ Lumberjack Hut
1: _ Lumberjack Hut
baseclass: production.ProductionBuilding
radius: 3
cost: 5
Expand Down
4 changes: 2 additions & 2 deletions content/objects/buildings/stonemason.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
id: 55
name:
RES.LAMB_WOOL: _ Stonemason
RES.BOARDS: _ Carver
2: _ Stonemason
4: _ Carver
baseclass: production.ProductionBuilding
radius: 8
cost: 15
Expand Down
2 changes: 1 addition & 1 deletion content/objects/buildings/storagetent.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
id: 2
name:
0: _ Storage Tent
RES.GOLD: _ Storage Hut
1: _ Storage Hut
baseclass: storages.StorageTent
radius: 17
cost: 0
Expand Down
10 changes: 5 additions & 5 deletions content/objects/buildings/tent.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
id: 3
name:
0: _ Tent
RES.GOLD: _ Hut
RES.LAMB_WOOL: _ House
RES.TEXTILE: _ Stone house
RES.BOARDS: _ Estate
RES.FOOD: _ Manor
1: _ Hut
2: _ House
3: _ Stone house
4: _ Estate
5: _ Manor
baseclass: settler.Settler
radius: 12
cost: 0
Expand Down

0 comments on commit 8d8188a

Please sign in to comment.