Gives tastes to the cyborg snack dispenser snacks (#2408)

## About The Pull Request
Previously if you ate a piece of bacon or a cloth cookie made by a
cyborg they would just taste like "cookie". This fixes that.
## Why It's Good For The Game
It fixes an oversight.
## Proof Of Testing
It was a two line change, it should work fine.
## Changelog
🆑
fix: fixed bacon and cloth cookies from cyborg snack dispensers not
having a proper taste
/🆑
This commit is contained in:
Alexis
2024-11-16 06:40:24 +00:00
committed by GitHub
parent cf29848dff
commit 01c952020b
@@ -148,6 +148,7 @@
icon = 'modular_skyrat/master_files/icons/obj/food/snacks.dmi'
icon_state = "bacon_strip"
foodtypes = MEAT
tastes = list("bacon" = 1)
/obj/item/food/cookie/cloth
name = "odd cookie"
@@ -155,3 +156,4 @@
icon = 'modular_skyrat/master_files/icons/obj/food/snacks.dmi'
icon_state = "cookie_cloth"
foodtypes = CLOTH
tastes = list("synthetic clothing fibers" = 1)