Merge pull request #35606 from coiax/hydroponic-foods-taste

Apples now taste like apples
This commit is contained in:
oranges
2018-02-16 09:52:24 +13:00
committed by CitadelStationBot
parent 1cda9ef2b4
commit 7fd53748f0
16 changed files with 46 additions and 13 deletions
+2
View File
@@ -27,6 +27,7 @@
bitesize_mod = 2
foodtype = VEGETABLES
grind_results = list("soymilk" = 0)
tastes = list("soy" = 1)
// Koibean
/obj/item/seeds/soya/koi
@@ -49,3 +50,4 @@
filling_color = "#F0E68C"
bitesize_mod = 2
foodtype = VEGETABLES
tastes = list("koi" = 1)