[MIRROR] Fixes a little inconsistency with the peanut butter banana sandwich and makes sandwiches subtypes of the generic sandwhich. [MDB IGNORE] (#21555)

* Fixes a little inconsistency with the peanut butter banana sandwich and makes sandwiches subtypes of the generic sandwhich. (#75750)

## About The Pull Request
The peanut butter banana sandwich is presented ingame as grilled when it
doesn't require a griddle to make.
Also, I'm taking the opportunity to repath the sandwich types, since
they all share the same weight class, food flags and icons file.

## Why It's Good For The Game
This will fix #74585.

## Changelog

🆑
fix: The peanut butter banana sandwich is no longer presented as grilled
when it doesn't require a griddle to make.
/🆑

* Fixes a little inconsistency with the peanut butter banana sandwich and makes sandwiches subtypes of the generic sandwhich.

* updatepaths

---------

Co-authored-by: Ghom <42542238+Ghommie@users.noreply.github.com>
Co-authored-by: Jolly-66 <70232195+Jolly-66@users.noreply.github.com>
This commit is contained in:
SkyratBot
2023-06-07 16:27:10 +02:00
committed by GitHub
parent 6a16c301d5
commit dd82caf052
11 changed files with 2478 additions and 2498 deletions
@@ -0,0 +1,10 @@
/obj/item/food/cheese_sandwich : /obj/item/food/sandwich/cheese{@OLD}
/obj/item/food/grilled_cheese_sandwich : /obj/item/food/sandwich/cheese/grilled{@OLD}
/obj/item/food/jellysandwich/@SUBTYPES : /obj/item/food/sandwich/jelly/@SUBTYPES{@OLD}
/obj/item/food/notasandwich : /obj/item/food/sandwich/notasandwich{@OLD}
/obj/item/food/blt : /obj/item/food/sandwich/blt{@OLD}
/obj/item/food/peanut_butter_jelly_sandwich : /obj/item/food/sandwich/peanut_butter_jelly{@OLD}
/obj/item/food/peanut_butter_banana_sandwich : /obj/item/food/sandwich/peanut_banana_banana{@OLD}
/obj/item/food/philly_cheesesteak : /obj/item/food/sandwich/philly_cheesesteak{@OLD}
/obj/item/food/toast_sandwich : /obj/item/food/sandwich/toast_sandwich{@OLD}
/obj/item/food/death_sandwich : /obj/item/food/sandwich/death{@OLD}