mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-30 08:37:43 +01:00
Relocation cell no longer requires bluespace extract (#2126)
<!-- 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 Removes the bluespace extract requirement for the medigun relocation cell. <!-- Please make sure to actually test your PRs. If you have not tested your PR mention it. --> ## Why It's Good For The Game Xenobio is rarely properly staffed, and bluespace slimes take a while to get anyways. This increases the bluespace crystal cost to three sheets, to somewhat compensate. ## Proof Of Testing No. ## Changelog <!-- If your PR modifies aspects of the game that can be concretely observed by players or admins you should add a changelog. If your change does NOT meet this description, remove this section. Be sure to properly mark your PRs to prevent unnecessary GBP loss. You can read up on GBP and its effects on PRs in the tgstation guides for contributors. Please note that maintainers freely reserve the right to remove and add tags should they deem it appropriate. You can attempt to finagle the system all you want, but it's best to shoot for clear communication right off the bat. --> 🆑 balance: Oppressive Force Relocation Medicells no longer require bluespace extracts to become functional. /🆑 <!-- Both 🆑's are required for the changelog to work! You can put your name to the right of the first 🆑 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. --> <!-- By opening a pull request. You have read and understood the repository rules located on the main README.md on this project. -->
This commit is contained in:
@@ -239,6 +239,6 @@
|
||||
/datum/material/glass = SHEET_MATERIAL_AMOUNT,
|
||||
/datum/material/plasma = HALF_SHEET_MATERIAL_AMOUNT,
|
||||
/datum/material/diamond = HALF_SHEET_MATERIAL_AMOUNT,
|
||||
/datum/material/bluespace = SHEET_MATERIAL_AMOUNT,
|
||||
/datum/material/bluespace = SHEET_MATERIAL_AMOUNT * 3, // Bubber Edit - Relocation cell no longer requires bluespace extract
|
||||
)
|
||||
build_path = /obj/item/device/custom_kit/empty_cell/relocator
|
||||
build_path = /obj/item/weaponcell/medical/utility/relocation // Bubber Edit - Relocation cell no longer requires bluespace extract
|
||||
|
||||
Reference in New Issue
Block a user