-
Notifications
You must be signed in to change notification settings - Fork 275
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adds Loafing #391
Merged
Merged
Adds Loafing #391
Conversation
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
dwasint
reviewed
Sep 26, 2023
dwasint
reviewed
Sep 26, 2023
Gboster-0
reviewed
Sep 26, 2023
This was referenced Sep 30, 2023
I talked to borbop about it.
…On Tue, Oct 10, 2023, 05:17 Gboster-0 ***@***.***> wrote:
***@***.**** commented on this pull request.
------------------------------
In monkestation/code/modules/mech_comp/vending_machine.dm
<#391 (comment)>
:
> @@ -40,6 +40,7 @@
/obj/item/mcobject/messaging/storage = STANDARD_COMPONENT_SUPPLY,
/obj/item/mcobject/messaging/type_sensor = STANDARD_COMPONENT_SUPPLY,
/obj/item/mcobject/messaging/clock = STANDARD_COMPONENT_SUPPLY,
+ /obj/item/mcobject/messaging/repeater = LOW_COMPONENT_SUPPLY
why is this here?
—
Reply to this email directly, view it on GitHub
<#391 (review)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AUI4Y6L36TV4EQ6CXNMDT6DX6U4ETAVCNFSM6AAAAAA5FIMVPKVHI2DSMVQWIX3LMV43YUDVNRWFEZLROVSXG5CSMV3GSZLXHMYTMNRXGQ3TCMBXGI>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
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
Adds a loafing mechanic, similar to Goon's.
Somewhere in maintenance you may stumble upon a decommissioned loafing device, a powerful all-in-one blender and compactor that takes any material and compresses it into a nutritional loaf of [redacted]. While this state-of-the-art device was used for a time to feed the prison population aboard the station, the lousy Donk Corp lobbied the Space Geneva Convention into banning its use, maintaining that, "just because its technically edible, doesn't mean it is morally acceptable to force prisoners to eat this slop."
In more recent times, Nanotrasen has been forced to take the more acceptable approach of feeding prisoners "normal, ethically sourced" food, whatever that means. Space Geneva additionally ordered the destruction of all of these loafing devices, but that doesn't mean a few lazy engineers didn't decide to just leave a few lying around...
The operation instructions for the device are simple:
Hook up one of these bad boys into a disposal pipe loop and feed it any refuse you desire, organic or otherwise. The device will do the work for you, recycling it into a very delicious and totally safe-to-eat loaf of... stuff!
Why It's Good For The Game
Loafing is one of the cooler novelties on Goon and I'm happy to have devised a way to bring it here.
Changelog
🆑
add: Adds loafing mechanic
/:cl: