You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<!-- 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. -->
Copy file name to clipboardExpand all lines: modular_pentest/modules/robots/code/engi_borg.dm
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -135,11 +135,13 @@
135
135
136
136
/obj/item/borg/apparatus/sheet_manipulator
137
137
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."
0 commit comments