Skip to content

Commit

Permalink
Merge pull request #54948 from haveric/saw-fixes
Browse files Browse the repository at this point in the history
Consistently name saw tools and blades
  • Loading branch information
Rivet-the-Zombie authored Jan 31, 2022
2 parents 40b6557 + 6fc5d86 commit 6895299
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions data/json/furniture_and_terrain/furniture-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -674,9 +674,9 @@
{
"type": "furniture",
"id": "f_tablesaw",
"name": "tablesaw",
"name": "table saw",
"looks_like": "f_machinery_light",
"description": "A rotating saw blade set into a large flat table, for making straight measured cuts, if supplied with power from UPS. One of the key tools in a carpenter's arsenal.",
"description": "A rotating sawblade set into a large flat table, for making straight measured cuts, if supplied with power from UPS. One of the key tools in a carpenter's arsenal.",
"symbol": "7",
"color": "yellow_red",
"move_cost_mod": 8,
Expand Down Expand Up @@ -715,7 +715,7 @@
"id": "f_mitresaw",
"name": "mitre saw",
"looks_like": "f_machinery_light",
"description": "A circular saw blade on an arm that can slide and rotate in several directions, this is a staple tool for nearly any carpentry, if supplied with power from UPS.",
"description": "A circular sawblade on an arm that can slide and rotate in several directions, this is a staple tool for nearly any carpentry, if supplied with power from UPS.",
"symbol": "7",
"color": "yellow_cyan",
"move_cost_mod": -1,
Expand Down Expand Up @@ -752,7 +752,7 @@
{
"type": "furniture",
"id": "f_bandsaw",
"name": "bandsaw",
"name": "band saw",
"looks_like": "f_machinery_light",
"description": "A ribbonlike sawblade runs in a single direction in this tool, allowing precise cuts at almost any angle, if supplied with power from UPS.",
"symbol": "7",
Expand Down
6 changes: 3 additions & 3 deletions data/json/items/fake.json
Original file line number Diff line number Diff line change
Expand Up @@ -203,19 +203,19 @@
"id": "fake_tablesaw",
"type": "TOOL",
"copy-from": "fake_power_tool",
"name": { "str": "tablesaw" }
"name": { "str": "table saw" }
},
{
"id": "fake_mitresaw",
"type": "TOOL",
"copy-from": "fake_power_tool",
"name": { "str": "mitresaw" }
"name": { "str": "mitre saw" }
},
{
"id": "fake_bandsaw",
"type": "TOOL",
"copy-from": "fake_power_tool",
"name": { "str": "bandsaw" }
"name": { "str": "band saw" }
},
{
"id": "fake_router",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,7 @@
"followup": "MISSION_REFUGEE_Boris_LAPTOP",
"dialogue": {
"describe": "Find a circular saw for Boris.",
"offer": "We now have a space to work in, and I have wood and nails to spare. All I need is a saw. I would love tablesaw and mitre saw, but I can work with a hand held circular saw for now. I have looked, and what we have is garbage. Can you bring me a good one?",
"offer": "We now have a space to work in, and I have wood and nails to spare. All I need is a saw. I would love a table saw and mitre saw, but I can work with a hand held circular saw for now. I have looked, and what we have is garbage. Can you bring me a good one?",
"accepted": "You are a kind soul.",
"rejected": "Ah well. I can ask around myself, perhaps.",
"advice": "It is not hard to find. I have even seen them for sale at the merchants, but they save them as trade goods and will not give me as a gift.",
Expand Down

0 comments on commit 6895299

Please sign in to comment.