-
-
Notifications
You must be signed in to change notification settings - Fork 681
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 a Plushie Delivery Beacon to the game. #10398
Conversation
The instrument delivery beacon is tied to a trait that players select and should not be added to a vending machine. Plushie beacon would be a good choice for such a trait as well instead of available directly from a vending machine. Plushies (random assortments or otherwise) are one of the things I think would be best suited to a cargo crate order - someone you work to earn money for and could be aiming to collect, especially with the associated trait I am suggesting. |
5c30ccd
to
af96bc5
Compare
Co-authored-by: Dejaku51 <[email protected]>
code/game/objects/items/plushes.dm
Outdated
icon_state = "gangtool-plushie" | ||
var/static/list/plushie_list | ||
|
||
/obj/item/choice_beacon/radial/plushie/Initialize(mapload) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
you don't even need to stick this in /Initialize, can just put the = list(...) right next to the static declaration
Co-authored-by: Lucy <[email protected]>
Co-authored-by: Lucy <[email protected]>
You should get a positive mood buff as long as you have the plushie in your inventory similar to Family Heirloom if this is worth 1 point, I think! |
Co-authored-by: itsmeow <[email protected]>
…ion-Hornet into radial-plushie
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Didn't really have to remove both of the god plushies, but it is definitely safer this way in the long run.
About The Pull Request
Adds a Plushie Delivery Beacon
Why It's Good For The Game
"Oh man I wish I had a moth plushie right now" is no longer a problem. With this NEW system you can INMEDIATLY call a plushie to any location! The donator plushies are out of the pool. This PR asumes this PR is already merged #10387 as it includes the plushies inside.
Testing Photographs and Procedure
Screenshots&Videos
Changelog
🆑 Varo (with the help of the good people in discord)
add: Adds a plushie delivery beacon.
add: Adds a plushie lover trait (+1)
tweak: changes the instrument delivery beacon sprite
tweak: changes the "musician" trait description to be more representative of its actual use.
/:cl: