Alters Dried Jerky and Raisins (#23121)

* Alters Dried Jerky and Raisins

* redundant.
This commit is contained in:
Fox McCloud
2017-01-21 22:31:25 -05:00
committed by KorPhaeron
parent 9de9ade667
commit 5e20406cfe
3 changed files with 14 additions and 2 deletions
@@ -6,7 +6,7 @@
name = "meat"
desc = "A slab of meat"
icon_state = "meat"
dried_type = /obj/item/weapon/reagent_containers/food/snacks/sosjerky
dried_type = /obj/item/weapon/reagent_containers/food/snacks/sosjerky/healthy
bitesize = 3
list_reagents = list("nutriment" = 3)
cooked_type = /obj/item/weapon/reagent_containers/food/snacks/meat/steak/plain
@@ -20,6 +20,12 @@
junkiness = 25
filling_color = "#8B0000"
/obj/item/weapon/reagent_containers/food/snacks/sosjerky/healthy
name = "homemade beef jerky"
desc = "Homemade beef jerky made from the finest space cows."
list_reagents = list("nutriment" = 3, "vitamin" = 1)
junkiness = 0
/obj/item/weapon/reagent_containers/food/snacks/chips
name = "chips"
desc = "Commander Riker's What-The-Crisps"
@@ -39,6 +45,12 @@
junkiness = 25
filling_color = "#8B0000"
/obj/item/weapon/reagent_containers/food/snacks/no_raisin/healthy
name = "homemade raisins"
desc = "homemade raisins, the best in all of spess."
list_reagents = list("nutriment" = 3, "vitamin" = 2)
junkiness = 0
/obj/item/weapon/reagent_containers/food/snacks/spacetwinkie
name = "space twinkie"
icon_state = "space_twinkie"
+1 -1
View File
@@ -164,7 +164,7 @@
name = "bunch of grapes"
desc = "Nutritious!"
icon_state = "grapes"
dried_type = /obj/item/weapon/reagent_containers/food/snacks/no_raisin
dried_type = /obj/item/weapon/reagent_containers/food/snacks/no_raisin/healthy
filling_color = "#FF1493"
bitesize_mod = 2