vgstation-coders / vgstation13

Butts
GNU General Public License v3.0
264 stars 541 forks source link

Can't cook meat with welding tool #35122

Open D3athrow-Issues opened 10 months ago

D3athrow-Issues commented 10 months ago

(WEB REPORT BY: inorien REMOTE: 206.221.180.138:7777)

Revision

24d0c3327d1cc605340f8bdc8f19c897a3889a60

Description

I was hungry and in space and found a nice juicy steak floating nearby after a biomass storm Knowing that fire type is super effective against meat type I took out my welder and tried to cook the meat into a tasty field lunch but instead I just heated it up a few (several) times

Steps to Reproduce

meat welder on meat

What you Expected

steak

What Actually Happened

meat

toomykins commented 10 months ago

Unless a code restructure was done in cooking_machines, this would require all welders to have a grill object stored inside of them. I'm not saying it's impossible, but is that what you want

Inorien commented 10 months ago

no i dont want my welder to be a grill

meat should take burn damage and turn into cooked meat when it has enough, then well done then burned if you really fuck it up

Inorien commented 10 months ago

how about a ghetto stove made from a welder, a metal plate and some rods

Eneocho commented 10 months ago

Or one of those canned ghetto stoves you can make with a soda can, some fuel and something to hold your cooking whatever: https://www.youtube.com/watch?v=pl72sLFZbsg

ghost commented 10 months ago

I have made good progress on this.

Main remaining things to do:

  1. Make the cooking time dependent on the existent cooking time with a microwave and the energy the heating element can apply (my code makes this cookable by any item with an is_hot proc returning true).
  2. We need a "cooked meat" sprite and item. Currently there is no recipe accepting just one piece of meat, I had to just remove the salt and pepper requirement from the Meat steak recipe to test. We need to go through the recipes_microwave.dm file to see if there are even any items that can be cooked without reagents, and we need to add a "cooked meat" or "bland meat" recipe and file to allow people to actually cook the various kinds of meat like normal meat, monkey meat, synthmeat, xeno meat etc. As it is now, there's probably very few items that can be cooked by themselves, just things like popcorn.

https://github.com/vgstation-coders/vgstation13/assets/145183032/a653d8c4-b3ae-4298-8a5b-fcb53afea5db

wotisjanitor commented 10 months ago

close this issue