Skip to content
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

Aurora Cooking Port #8413

Merged
merged 9 commits into from Jul 23, 2020

Commits on Jul 14, 2020

  1. WIP Aurora Cooking Port

    This ports Aurora Cooking, sometimes called Nanako Cooking, from CitRP, who got it from Aurora originally. 
    
    Citadel-Station-13/Citadel-Station-13-RP#608
    
    Pulled from here with updates to to_chat()
    
    Ovens and fryers now work like the microwave, but also have special trays/baskets that can be inserted and removed with things on them. There's also a crapton of new recipes. Note that you can still use the oven to just bake things, or produce variable food items, to my knowledge. This was specifically kept in when it was originally implemented, IIRC.
    
    - Cooking now uses several machines to make recipes. Microwave, oven, deep fryer.
    - Recipes have been redone to reflect this.
    - Adds a reagent called Space Spice (used in Synnono's food recipes mostly, prevents recipe conflicts)
    - New foods! Lots of them.
    - You can cook using held mobs. Also, mouse/ratburgers.
    I can dump the recipes if you'd like.
    
    https://user-images.githubusercontent.com/40557659/52112070-10165a80-25cb-11e9-9a72-2c919f0033dd.png (From their PR, may not be accurate).
    
    This is WIP, and will not compile just yet.
    Rykka-Stormheart committed Jul 14, 2020
    Configuration menu
    Copy the full SHA
    940aaec View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2020

  1. Second Half of Aurora Cooking Initial Port - All files added

    Now onto the bugfixing nightmares!
    Rykka-Stormheart committed Jul 16, 2020
    Configuration menu
    Copy the full SHA
    9f935ff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3974d7e View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2020

  1. Bugfixes, Feature Tweaks, and Final Touches

    Microwave not cooking micros/mice: Fixed
    Invalid Recipe datum thanks to /microwave prefix: Fixed
    Fryer earsplittingly loud: Fixed
    Fryer/Oven continuing to cook even after items removed: Fixed
    Oven having 'on' icon state when door closed but off: Fixed
    Appliances not scaling cooking time/damage based on size: Fixed
    Feature added - Burning Food will set off fire alarms and set off a black cloud of smoke!
    Overcook time reduced to allow for less margin of error (IE Actively requires you to pay attention)
    Multiple Microwave bugfixes, including multicooking/etc not working, recipe errors, icon state errors, ejection errors.
    Rykka-Stormheart committed Jul 18, 2020
    Configuration menu
    Copy the full SHA
    df7bb08 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2020

  1. Configuration menu
    Copy the full SHA
    93a4631 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    839b9bb View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2020

  1. Configuration menu
    Copy the full SHA
    1ca8336 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2020

  1. Huge Bundle of Fixes, Update Cooking to current Aurora

    Cooking times are now no longer 10-15 minutes per item, the LARGEST items will take around ~4-5 minutes, 6 at the maximum in the case of the superbigbite (one of the most filling food items in the game).
    Cooking oil tanks added
    Appliances are now constructible instead of being eldritch black magic
    Recipes are now reorganized to either fryer/oven/grill based on where they're made (Although recipes_microwave still needs a LOT more sorting)
    Critical time bug with cooking fixed, AND you can now upgrade your appliances for even higher efficiencies!
    Rykka-Stormheart committed Jul 23, 2020
    Configuration menu
    Copy the full SHA
    886ab72 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    21f64e4 View commit details
    Browse the repository at this point in the history