Skip to content
Permalink
Browse files

Fix mapgen: correct the type of the object to place.

Loading the data fails as there is no *terrain* f_mutpoppy, only a furniture of that type.
  • Loading branch information...
BevapDin committed Dec 12, 2015
1 parent 5680873 commit 06eeb24731fcdf1729a654b4a851fafbc5e6a046
Showing with 2 additions and 2 deletions.
  1. +2 −2 data/json/mapgen/teashop.json
@@ -186,9 +186,9 @@
{ "x": 4, "y": 4, "signage": "The Red Dragon Tea Shop" }
],
"set": [
{ "point": "terrain", "id": "f_mutpoppy", "x": [ 0 , 23 ], "y": [ 19, 23 ], "repeat": [ 4, 9 ] },
{ "point": "furniture", "id": "f_mutpoppy", "x": [ 0 , 23 ], "y": [ 19, 23 ], "repeat": [ 4, 9 ] },
{ "point": "terrain", "id": "t_shrub", "x": [ 0 , 23 ], "y": [ 19, 23 ], "repeat": [ 4, 9 ] },
{ "point": "terrain", "id": "f_chamomile", "x": [ 0 , 23 ], "y": [ 19, 23 ], "repeat": [ 4, 9 ] }
{ "point": "furniture", "id": "f_chamomile", "x": [ 0 , 23 ], "y": [ 19, 23 ], "repeat": [ 4, 9 ] }

],
"place_items": [

0 comments on commit 06eeb24

Please sign in to comment.
You can’t perform that action at this time.