Skip to content

Commit 042ac8f

Browse files
initial commit
1 parent ac0235d commit 042ac8f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

data/json/furniture_and_terrain/terrain-manufactured.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1632,8 +1632,9 @@
16321632
"description": "A large brick oven that could make several pizzas at once.",
16331633
"color": "red",
16341634
"move_cost": 0,
1635-
"flags": [ "REDUCE_SCENT", "NOITEM", "PERMEABLE", "CONTAINER", "FIRE_CONTAINER", "SUPPRESS_SMOKE" ],
1635+
"flags": [ "REDUCE_SCENT", "CONTAINER", "FIRE_CONTAINER", "SUPPRESS_SMOKE", "PERMEABLE", "FIRE_CONTAINER" ],
16361636
"deconstruct": { "ter_set": "t_dirt", "items": [ { "item": "fire_brick", "count": 90 } ] },
1637+
"examine_action": "fireplace",
16371638
"bash": {
16381639
"str_min": 25,
16391640
"str_max": 50,

0 commit comments

Comments
 (0)