Commit Graph

21 Commits

Author SHA1 Message Date
warriorstar-orion
d23f062676 Kitchen polish: remove physical oven door. (#30399) 2025-09-14 19:08:12 +00:00
kyunkyunkyun
8821ab9a66 Updates a couple of /obj/item variables (#29829)
* compiles checkpoint

* fix some

* updatepaths

* fix

* rrr

* linters

* fiexs

* icon fixes

* plasmemes

* fix

* fix

* fix bit more

* fix

* well

* cleanup

* fix glasses layer

* conflict

* fuck gun code

* fixes

* fix

* fixes to energy guns

* review

* conflict

* support that 1 unathi pixel

* fix
2025-09-14 15:23:56 +00:00
warriorstar-orion
fd7e71d0b4 fix cooking step failures (#30349)
* fix cooking step failures

* a timing issue one hopes
2025-09-07 05:57:02 +00:00
Contrabang
1504ed98be massive burndown (#29894) 2025-07-27 20:52:39 +00:00
Arthri
ab5a7fdcbe Fix technology levels of some items (#29596)
* Synchronize TECH defines with /datum/tech IDs

* Fix origin_tech values

---------

Co-authored-by: Arthri <41360489+a@users.noreply.github.com>
2025-06-30 10:37:55 +00:00
warriorstar-orion
067d925c98 fix runtime in grill (#29437) 2025-05-25 20:05:44 +00:00
MKardinal
0d2493bb98 Update cooking_machine.dm (#29163)
Changes the logic to calculate the average of the machine parts rating, rather than just their sum
2025-05-22 18:50:57 +00:00
Toastical
f5e7e3b5cd Make autochef ignore abstract items (#29277)
* make autochef ignore abstract items

* Update code/modules/cooking/autochef/autochef.dm

Co-authored-by: Contrabang <91113370+Contrabang@users.noreply.github.com>
Signed-off-by: Toastical <20125180+Toastical@users.noreply.github.com>

---------

Signed-off-by: Toastical <20125180+Toastical@users.noreply.github.com>
Co-authored-by: Contrabang <91113370+Contrabang@users.noreply.github.com>
Co-authored-by: warriorstar-orion <orion@snowfrost.garden>
2025-05-15 17:13:21 +00:00
warriorstar-orion
32918824a7 fix coffee/drgibb jelly bean recipes (#29312) 2025-05-15 17:10:27 +00:00
warriorstar-orion
6456e9269a fix meat/chickensteak recipe collision (#29323) 2025-05-15 07:37:32 +00:00
warriorstar-orion
78a38feaa5 fix too-long oven recipes (#29182) 2025-05-01 17:09:15 +00:00
warriorstar-orion
fc9958dac8 fix deep-fried anything recipe collision (#29114) 2025-04-26 18:10:45 +00:00
warriorstar-orion
5fc4fdd6a9 add service and smith boards to tech storage (#29083) 2025-04-24 14:24:02 +00:00
kyunkyunkyun
bf28bfd604 Updates Rocky Motel (#28786)
* this motel rocks

* nvm i got chat gpt

* relocate icon

* oh it removed web commit
2025-04-09 19:26:42 +00:00
warriorstar-orion
302ab85370 readds deep-fryer recipe for any food (#28902) 2025-04-08 13:55:13 +00:00
warriorstar-orion
1aad824d07 add missing mints recipe (#28926) 2025-04-08 13:25:25 +00:00
warriorstar-orion
86431d1b17 fixes cooking containers causing premature reagent reaction (#28923) 2025-04-08 13:23:52 +00:00
warriorstar-orion
588469a5a5 fix broken nettle soup recipe (#28924)
* fix broken nettle soup recipe

* fix moffins too
2025-04-08 13:23:19 +00:00
warriorstar-orion
f15e064bff readds slime jelly toast recipe to new system (#28901) 2025-04-08 13:13:08 +00:00
warriorstar-orion
8cc5327713 fix pumpkin/blumpkin pie recipe collision (#28867) 2025-04-03 14:17:53 +00:00
warriorstar-orion
f9ade844c9 Kitchen rework part 1: machines and recipes. (#28277)
* Kitchen rework part 1: machines and recipes.

* update oldstation

* update updatepaths script number

* fix blank icon test

* remove old deep fryer completely

* fix duped recipes and recipe datum names

* add chef PDA cart to chefdrobe

* nerf grill wood consumption rate

* multiply food for cooking machine rating

* fix runtime

* add cookware to syndie base and oldstation

* remove dupe burger recipe, update syndie/oldstation setups

* nerf potency quality award

* buff burn/ignite times, remove pointless on_fire flag

* more grill woodburn nerf

* meh

* try and unfuck timing issues

* more fixes and icon updates

* more fixes

* more review changes

* fix linter

* disable pcwj debug

* fix grill and deep fryer overlays

* fix timers with no containers

* attempt to fix reagent adding issues

* more cleanups

* allow rped usage

* grammar, null checks, reagent display

* PDA updates, map updates

* fix mats values

* new panel sprites

* recipe fixes, add prep bowl

* revert unused icon file changes

* move this to mesh with smith TM

* remove food quality for now

* New sprites, autochef.

* fix examine text

* reduce oven cook times

* lots of fixes

* fix autochef recipes that start with reagents

* prevent shenanigans

* megapatch 1

* block ingredients behind oven door

* PDA app improvements

* remove unused proc

* fixes for cookbook, descontructions, completed steps

* allow empty containers with a tracker to be claimed

* allow reclaiming

* autochef reliability fixes

* autochef reliability fixes

* fix quality product count

* update updatepaths script

* better stack handling

* more fixes for stacks and reagents

* timers no longer turn off burners automatically

* autochef turn offs and make sure we can see output storage

* add microwave recipe for roundremoving player brains

* Apply suggestions from code review

Co-authored-by: Burzah <116982774+Burzah@users.noreply.github.com>
Signed-off-by: warriorstar-orion <orion@snowfrost.garden>

* burza review 1

* Apply suggestions from code review

Co-authored-by: Burzah <116982774+Burzah@users.noreply.github.com>
Signed-off-by: warriorstar-orion <orion@snowfrost.garden>

* fix berry muffin name while i'm here

* grill -> microwave in new tests

* grill -> microwave in new tests, but actually for realsies

* i definitely know what i'm doing

* redundant attack chain setting

* add examine text about clearing buffer

* remove unused vars and start improving docs

---------

Signed-off-by: warriorstar-orion <orion@snowfrost.garden>
Co-authored-by: Burzah <116982774+Burzah@users.noreply.github.com>
2025-03-23 04:59:08 +00:00