Skip to content
This repository has been archived by the owner on Nov 1, 2024. It is now read-only.

Commit

Permalink
Fixed YAML
Browse files Browse the repository at this point in the history
  • Loading branch information
FireNameFN committed Apr 30, 2024
1 parent 28632a8 commit 536d063
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Resources/Locale/en-US/tools/tool-qualities.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ tool-quality-anchoring-tool-name = Wrench
tool-quality-prying-name = Prying
tool-quality-prying-tool-name = Crowbar
tool-quality-advanced-prying-name = Advanced Prying
tool-quality-advanced-prying-tool-name = Fireaxe
tool-quality-screwing-name = Screwing
tool-quality-screwing-tool-name = Screwdriver
Expand Down
7 changes: 7 additions & 0 deletions Resources/Prototypes/tool_qualities.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,13 @@
spawn: Crowbar
icon: { sprite: Objects/Tools/crowbar.rsi, state: icon }

- type: tool
id: AdvancedPrying
name: tool-quality-advanced-prying-name
toolName: tool-quality-advanced-prying-tool-name
spawn: Fireaxe
icon: { sprite: Objects/Weapons/Melee/fireaxe.rsi, state: icon }

- type: tool
id: Screwing
name: tool-quality-screwing-name
Expand Down

0 comments on commit 536d063

Please sign in to comment.