mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-31 07:58:22 +01:00
ChewMAX Bar Fix (#7540)
* Update robotics.dm * Update scanner.dm * Update snacks.dm
This commit is contained in:
@@ -446,7 +446,7 @@
|
||||
icon_state = "fruitbar"
|
||||
trash = /obj/item/trash/candy/fruitbar
|
||||
nutriment_amt = 9
|
||||
nutriment_desc = list("apricot" = 2, "sugar" = 2, "dates" = 2, "cranberry" = 2, "apple = 2")
|
||||
nutriment_desc = list("apricot" = 2, "sugar" = 2, "dates" = 2, "cranberry" = 2, "apple" = 2)
|
||||
|
||||
/obj/item/weapon/reagent_containers/food/snacks/candy/proteinbar/Initialize()
|
||||
. = ..()
|
||||
|
||||
Reference in New Issue
Block a user