Skip to content

Commit

Permalink
Added NOCOLLIDE flag to crafting spots (#35923)
Browse files Browse the repository at this point in the history
  • Loading branch information
Night-Pryanik authored and ZhilkinSerg committed Dec 7, 2019
1 parent 449cc5c commit cc32f2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/json/furniture_and_terrain/furniture-fakes.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@
"required_str": 0,
"deconstruct": { "items": [ ] },
"bash": { "str_min": 0, "str_max": 0, "items": [ ] },
"flags": [ "PLACE_ITEM", "TRANSPARENT", "EASY_DECONSTRUCT" ],
"flags": [ "PLACE_ITEM", "TRANSPARENT", "EASY_DECONSTRUCT", "NOCOLLIDE" ],
"examine_action": "workbench",
"workbench": { "multiplier": 0.7, "mass": 1000000, "volume": "1000L" }
},
{
"type": "furniture",
"id": "f_no_item",
"//": "This is used in a hack to clear furniture with the keg iexamine of all items execept the stored liquid before usage.",
"//": "This is used in a hack to clear furniture with the keg iexamine of all items except the stored liquid before usage.",
"name": "seeing this is a bug",
"description": "Seeing this is a bug. If seen, please report and destroy.",
"symbol": "#",
Expand Down

0 comments on commit cc32f2b

Please sign in to comment.