[COMMISSION] [PORT] ports yogs improvised engineering tools#12226
Open
Mantlecrawler wants to merge 2 commits into
Open
[COMMISSION] [PORT] ports yogs improvised engineering tools#12226Mantlecrawler wants to merge 2 commits into
Mantlecrawler wants to merge 2 commits into
Conversation
Collaborator
|
These tools should be more than just reskins they should be worse more than just having slower speed. The sprites also just aren't all there. |
Comment on lines
+25
to
+26
| reqs = list(/obj/item/tank/internals/emergency_oxygen = 1, | ||
| /obj/item/assembly/igniter = 1) |
Collaborator
There was a problem hiding this comment.
Suggested change
| reqs = list(/obj/item/tank/internals/emergency_oxygen = 1, | |
| /obj/item/assembly/igniter = 1) | |
| reqs = list( | |
| /obj/item/tank/internals/emergency_oxygen = 1, | |
| /obj/item/assembly/igniter = 1, | |
| ) |
Comment on lines
+17
to
+18
| reqs = list(/obj/item/stack/sheet/iron = 2, | ||
| /obj/item/stack/rods = 2) |
Collaborator
There was a problem hiding this comment.
Suggested change
| reqs = list(/obj/item/stack/sheet/iron = 2, | |
| /obj/item/stack/rods = 2) | |
| reqs = list( | |
| /obj/item/stack/sheet/iron = 2, | |
| /obj/item/stack/rods = 2, | |
| ) |
Comment on lines
+34
to
+37
| reqs = list(/obj/item/assembly/igniter = 1, | ||
| /obj/item/assembly/signaler = 1, | ||
| /obj/item/stack/sheet/iron = 2, | ||
| /obj/item/stack/cable_coil = 10) |
Collaborator
There was a problem hiding this comment.
Suggested change
| reqs = list(/obj/item/assembly/igniter = 1, | |
| /obj/item/assembly/signaler = 1, | |
| /obj/item/stack/sheet/iron = 2, | |
| /obj/item/stack/cable_coil = 10) | |
| reqs = list( | |
| /obj/item/assembly/igniter = 1, | |
| /obj/item/assembly/signaler = 1, | |
| /obj/item/stack/sheet/iron = 2, | |
| /obj/item/stack/cable_coil = 10, | |
| ) |
Collaborator
There was a problem hiding this comment.
Costs are weird, showing with rod costs
crowbar 3 rods
wrench 4 rods
wire cutters 6 rods
multi tool 4 rods
| /obj/item/multitool/makeshift | ||
| name = "makeshift multitool" | ||
| desc = "As crappy as it is, its still mostly the same as a standard issue Nanotrasen one." | ||
| icon = 'icons/obj/improvised.dmi' |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
About The Pull Request
As title. Ports the improvied engineering tools (welder, wrench, screwdriver, multitool, wirecutters, crowbar), from yogstation. Unlike yogs, the recipes to craft these do not require learning them and are available by default. They are crafted with mostly metal. alongside a signaler, cable, and a igniter for a multitool, and a emergency oxygen tank and a igniter for the welding tool.
Why It's Good For The Game
Seems interesting, adds more possibilities of surviving dire straits through intelligence, which is fun.
Testing
Changelog
🆑
add: Ported yogs makeshift engineering tools, now craftable.
/:cl:
Pre-Merge Checklist