WIP: Aphrodisiac visibility on foods and containers#1087
WIP: Aphrodisiac visibility on foods and containers#1087Dragometh wants to merge 9 commits intoARF-SS13:masterfrom
Conversation
|
Hell yeah, glad to see you working on this! |
produce now check if they are laced right before they're generated - we check seed data and if it has a horny chem then that produce is horny first untested version of the icon system! - listening to GetStatusIconsEvent now! - might have to add a StatusIcon component to the affected container... moved helper into server, I wanted to keep on shared but I think this is the right way pulled in initial icon for this
cheers, trying to get this working has been a nice exercise to get back into coding :P will take a break from this for today, but we now have the icon properly showing on all base produce that has an aphrodisiac (like pomegranate and breed/humpshrooms) and on all other produce that gets swabbed with a chem in the I did however notice a major flaw with my approach to go with a change in the |
|
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
About the PR
This PR will add in a preference to toggle whether one can see if a food or container is spiked with aphrodisiacs. The container will have a sprite icon overlay showing it has aphrodisiacs/aphrodisiatic drinks, if the preference is enabled. Requested by the admins.
Why / Balance
People are being too silly and injecting food at Nash with those. This is to avoid players that have the aphrodisiac consent toggle on from eating those and getting the effects applied to them non-consensually.
Technical details
STILL A WIP.
Sets all aphrodisiac and aphrodisiac drinks group to the
AphrodisiacandAphrodisiacDrink;Make organs metabolize said groups
Make
InjectorSystemadd in theAphrodisiacLacedContainerVisibilityComponentwhen it injects a chem of one of the above grupsMake said container have an icon over it, if it has that component
Ensure the component/tag is added to
FoodSequencefoods (burgers and tacos)Add the component to produce that naturally have aphrodisiac in them (breedshroom, humpshroom, pomegranate)
Add in preference to toggle this behaviour
How to test
(still a WIP)
Media
(still a WIP)
Requirements
Breaking changes
(still a WIP)
Changelog
(still a WIP)