mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-24 21:48:39 +01:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user