mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 20:48:56 +01:00
Alters Dried Jerky and Raisins (#23121)
* Alters Dried Jerky and Raisins * redundant.
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user