Skip to content

Commit 41f7b93

Browse files
authored
Enhances borg apparatus (PentestSS13#318)
<!-- Write **BELOW** The Headers and **ABOVE** The comments else it may not be viewable. --> <!-- You can view Contributing.MD for a detailed description of the pull request process. --> ## About The Pull Request Enhances the Engineering Cyborg Apparatus Storage by allowing picking up Space Cash bundles and Hydrogen Merit Bundles. <!-- Describe The Pull Request. Please be sure every change is documented or this can delay review and even discourage maintainers from merging your PR! --> ## Why It's Good For The Game Allows Engineering Borgs to buy/sale hydrogen for a crew. <!-- Please add a short description of why you think these changes would benefit the game. If you can't justify it in words, it might not be worth adding. --> ## Changelog :cl: add: Engineering Cyborg Apparatus Storage handles Cash and Merits /:cl: <!-- Both :cl:'s are required for the changelog to work! You can put your name to the right of the first :cl: if you want to overwrite your GitHub username as author ingame. --> <!-- You can use multiple of the same prefix (they're only used for the icon ingame) and delete the unneeded ones. Despite some of the tags, changelogs should generally represent how a player might be affected by the changes rather than a summary of the PR's contents. -->
1 parent 38c70b5 commit 41f7b93

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

modular_pentest/modules/robots/code/engi_borg.dm

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,11 +135,13 @@
135135

136136
/obj/item/borg/apparatus/sheet_manipulator
137137
name = "material manipulation apparatus"
138-
desc = "An apparatus for carrying, deploying, and manipulating sheets of material. The device can also carry custom floor tiles."
138+
desc = "An apparatus for carrying, deploying, and manipulating sheets of material. The device can also carry custom floor tiles. Can also carry Hydrogen Merit and Spacecash."
139139
icon = 'modular_pentest/modules/robots/icons/obj/borg_tools.dmi'
140140
icon_state = "borg_stack_apparatus"
141141
storable = list(/obj/item/stack/sheet,
142-
/obj/item/stack/tile)
142+
/obj/item/stack/tile,
143+
/obj/item/merit/bundle,
144+
/obj/item/spacecash/bundle)
143145

144146
/obj/item/borg/apparatus/sheet_manipulator/Initialize(mapload)
145147
update_appearance()

0 commit comments

Comments
 (0)