forked from space-syndicate/space-station-14-next
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Port] Advanced Prying (space-syndicate#18) (space-syndicate#760)
* [Port] Advanced Prying (space-syndicate#31) * balance: Less rcds, more axe functions (space-syndicate#132) * Revert "Adds RCD and RCD ammo to all engineer lockers. (#22688)" This reverts commit 4e94a27. * add: Axe can pry platings. Again. * fix: RCD in CE locker * Make Axe great again --------- * [Tweak] Prying / Вскрытие (space-syndicate#43) * tweak: neglecting time when using scrap * fix * fix * fix * fixik --------- Co-authored-by: RedBurningPhoenix <[email protected]> Co-authored-by: Nair Sark <[email protected]> Co-authored-by: Spatison <[email protected]>
- Loading branch information
1 parent
dd0017f
commit d31fa54
Showing
9 changed files
with
42 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
tool-quality-advanced-prying-name = Продвинутое монтирование | ||
tool-quality-advanced-prying-tool-name = Топор |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
- 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 } |