Skip to content

Commit

Permalink
Newfood Atomization: Pies (#10193)
Browse files Browse the repository at this point in the history
* pies

* fixer
  • Loading branch information
Tsar-Salat authored Nov 28, 2023
1 parent 0ab86d4 commit bb091bd
Show file tree
Hide file tree
Showing 27 changed files with 445 additions and 376 deletions.
4 changes: 2 additions & 2 deletions _maps/RandomRuins/SpaceRuins/Fast_Food.dmm

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion _maps/RuinGeneration/13x13_cafe.dmm

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion _maps/map_files/BoxStation/BoxStation.dmm

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions _maps/map_files/CorgStation/CorgStation.dmm

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions _maps/map_files/FlandStation/FlandStation.dmm

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions _maps/map_files/KiloStation/KiloStation.dmm

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions _maps/map_files/MetaStation/MetaStation.dmm

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions _maps/shuttles/emergency/emergency_luxury.dmm

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion beestation.dme
Original file line number Diff line number Diff line change
Expand Up @@ -1414,6 +1414,7 @@
#include "code\game\objects\items\food\mexican.dm"
#include "code\game\objects\items\food\pancakes.dm"
#include "code\game\objects\items\food\pastries.dm"
#include "code\game\objects\items\food\pie.dm"
#include "code\game\objects\items\food\pizza.dm"
#include "code\game\objects\items\food\salad.dm"
#include "code\game\objects\items\food\spaghetti.dm"
Expand Down Expand Up @@ -2564,7 +2565,6 @@
#include "code\modules\food_and_drinks\food\snacks_frozen.dm"
#include "code\modules\food_and_drinks\food\snacks_meat.dm"
#include "code\modules\food_and_drinks\food\snacks_other.dm"
#include "code\modules\food_and_drinks\food\snacks_pie.dm"
#include "code\modules\food_and_drinks\food\snacks_sandwichtoast.dm"
#include "code\modules\food_and_drinks\food\snacks_vend.dm"
#include "code\modules\food_and_drinks\food\snacks\meat.dm"
Expand Down
2 changes: 1 addition & 1 deletion code/__HELPERS/randoms.dm
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
/obj/item/food/cake,
/obj/item/food/cakeslice,
/obj/item/reagent_containers/food/snacks/store,
/obj/item/reagent_containers/food/snacks/pie,
/obj/item/food/pie,
/obj/item/reagent_containers/food/snacks/kebab,
/obj/item/food/pizza,
/obj/item/food/pizzaslice,
Expand Down
2 changes: 1 addition & 1 deletion code/game/objects/effects/spawners/lootdrop.dm
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@
/obj/item/clothing/mask/gas/clown_hat = 4,
/obj/item/clothing/shoes/clown_shoes = 3,
/obj/item/bikehorn = 5,
/obj/item/reagent_containers/food/snacks/pie/cream = 3)
/obj/item/food/pie/cream = 3)

/obj/effect/spawner/lootdrop/two_percent_xeno_egg_spawner
name = "2% chance xeno egg spawner"
Expand Down
2 changes: 1 addition & 1 deletion code/game/objects/items/food/dough.dm
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
desc = "Cook it to get a pie."
icon = 'icons/obj/food/food_ingredients.dmi'
icon_state = "piedough"
microwaved_type = /obj/item/reagent_containers/food/snacks/pie/plain
microwaved_type = /obj/item/food/pie/plain
food_reagents = list(/datum/reagent/consumable/nutriment = 9)
tastes = list("dough" = 1)
foodtypes = GRAIN | DAIRY
Expand Down
Loading

0 comments on commit bb091bd

Please sign in to comment.