ZomgPonies / OldParadise

Rules to contribute: Do NOT edit icons/mob/items_lefthand and items_righthand. If you have in-hands you need to add, do so in the icons/mob/in-hand relevant sub-folders, in the relevant dmi. This is due to a BYOND limitation in dreammaker.
http://80.244.78.90/phpBB3
Other
15 stars 29 forks source link

Cooking bugs #234

Open Midaychi opened 10 years ago

Midaychi commented 10 years ago
  1. Using a knife on a rolled flat dough should give dough slices, but makes a personal pizza instead
  2. Roburgers use old code, so they use the 'flour' reagent instead of the flour item. There's no possible way to get flour reagent, so roburgers can't be made. This goes for the 'dough ball' reaction as well.
  3. Meat harvested from monkeys is just plain meat, and not monkey meat, so cooking it with a bun results in a normal burger. Further, some recipes require a monkey burger, so this makes those recipes undoable.
  4. Named human meat does not transfer the name over properly to supporting food items, causing them to just be ' - burger' or such.
  5. (Bug/Feature?) Lamaar can be fried in the fryer if you pick them up after they headhump you, and they are able to resist out of the fryer during frying. This results in an animated frying container in the shape of lamaar.
  6. Maintnence drones can stuff their things in the fryer and cereal maker.
  7. you require berries to make wine and not grapes?? Also, juicing oranges creates no orange juice and deletes the oranges.
  8. Recipies that use poppy, require poppy in seedpack form. While this makes sense, it's also a bit counter intuitive and weird.
  9. Tearing condiment packets over custom food causes the condiment packet itself to become part of the food. same for the salt and pepper shakers, and condiment bottles. And syringes. Etc.
  10. The Nuclear authentication device can be placed in a container, say a cheese wheel or a bible, and fried. Put the fried object in another and fry it again. Repeat this enough times and you'll have the nuclear disk buried in a lot of containers. Then have a Diona pick it up and get worn as a hat, and throw the object while being worn as a hat. The object will go into null space, and the game won't properly detect that the nuclear authentication disk is in null space due to how many containers it's buried in. Or something. I dunno I'm not a coder.
Iamgoofball commented 10 years ago

TY, thanks for letting me know about all this. Will look into.

Maint drones were added after the deep fryer and such was coded, and I forgot to add checks for them. I'll deal with that.

8, and 7 aren't stuff I touched, I think.

4, do you mean microwave burgers or customizable burgers?

1 is the result of me accidentally overriding the attackby on flat dough. I'll fix that.

5 sounds pretty fucking funny and I kind of want to keep it that way.

About 10, that's crazy that it ended up in nullspace. I'll have to add checks for containers being put into the deep fryer.

tristan1333 commented 9 years ago

Hey, I just made a pull request which fixes the roburger recipe and allows grapes to be grinded into berryjuice :)