mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-18 03:26:31 +01:00
[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:
@@ -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}
|
||||
Reference in New Issue
Block a user