Adds a BLT sandwich to the game (#62031)

About The Pull Request

Adds a BLT sandwich to the game, including a sprite for it. It can be crafted with bread slices, two bacon, one cabbage, and one tomato.

image
Why It's Good For The Game

Spaceman game thirteen would really benefit from having people eat a nice BLT once in awhile, plus the sandwich category only has one actual sandwich with meat in it (don't tell me a hotdog is a sandwich). Also, highly requested by some people (myself and this guy).

image
Changelog

cl
expansion: Adds a BLT sandwich as a new food to the game.
/cl
This commit is contained in:
SomethingFish
2021-10-13 19:57:42 +13:00
committed by GitHub
parent d1c28e8445
commit 5b4367cd9c
3 changed files with 22 additions and 0 deletions
@@ -121,3 +121,15 @@
/obj/item/food/hotdog/debug
eat_time = 0
/obj/item/food/blt
name = "\improper BLT"
desc = "A classic bacon, lettuce, and tomato sandwich."
icon = 'icons/obj/food/burgerbread.dmi'
icon_state = "blt"
bite_consumption = 4
food_reagents = list(/datum/reagent/consumable/nutriment = 7, /datum/reagent/consumable/nutriment/protein = 5, /datum/reagent/consumable/nutriment/vitamin = 3)
tastes = list("bacon" = 3, "lettuce" = 2, "tomato" = 2, "bread" = 2)
foodtypes = GRAIN | MEAT | VEGETABLES | BREAKFAST
food_flags = FOOD_FINGER_FOOD
w_class = WEIGHT_CLASS_SMALL