Skip to content

Commit

Permalink
Merge pull request #78369 from Karol1223/chairs-arent-weapons
Browse files Browse the repository at this point in the history
Switch the category of furniture items back to ``other``
  • Loading branch information
Maleclypse authored Dec 8, 2024
2 parents 9200e5c + a2e2c83 commit c5cf777
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions data/json/items/furniture/seating.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"id": "chair_wood",
"name": { "str": "wooden chair" },
"description": "A simple wooden chair, with four legs, a seat, and a back. It's nice to rest your feet for once, and if coupled with a suitable table, you could eat a meal properly and almost pretend that things were normal again.",
"category": "other",
"symbol": "#",
"color": "brown",
"flags": [ "NO_SALVAGE", "FRAGILE_MELEE" ],
Expand All @@ -21,6 +22,7 @@
"id": "armchair",
"name": { "str": "armchair" },
"description": "A simple upholstered chair with armrests. Soft and fairly warm, it definitely beats the ground for sleeping on, though not by much.",
"category": "other",
"symbol": "H",
"color": "green",
"flags": [ "NO_SALVAGE" ],
Expand All @@ -38,6 +40,7 @@
"id": "stool_wood",
"name": { "str": "wooden stool" },
"description": "A simple stool, with four legs and a seat. While it's a touch more maneuverable to sit on, the lack of back support means it's significantly less comfortable than a normal chair.",
"category": "other",
"symbol": "#",
"color": "brown",
"flags": [ "NO_SALVAGE", "FRAGILE_MELEE" ],
Expand All @@ -55,6 +58,7 @@
"id": "stool_log",
"name": { "str": "log stool" },
"description": "A short section from a tree trunk with one of the flat ends smoothed down. Makes for a decent place to sit, but not quite a real chair.",
"category": "other",
"symbol": "#",
"color": "brown",
"flags": [ "NO_SALVAGE" ],
Expand All @@ -72,6 +76,7 @@
"id": "barstool",
"name": { "str": "bar stool" },
"description": "A bar stool with a leather seat on a steel support. Not practical for sleeping at all but it does feel nicer than sitting on the ground.",
"category": "other",
"symbol": "p",
"color": "light_gray",
"price": "50 USD",
Expand All @@ -89,6 +94,7 @@
"id": "chair_plywood",
"name": { "str": "plywood chair" },
"description": "A simple chair made of plywood on a steel frame. Quite uncomfortable but works for sleeping if it's the only option available.",
"category": "other",
"symbol": "#",
"color": "brown",
"flags": [ "FRAGILE_MELEE" ],
Expand Down

0 comments on commit c5cf777

Please sign in to comment.