Skip to content

Commit

Permalink
Меняем циферку с 3 до 1
Browse files Browse the repository at this point in the history
  • Loading branch information
Bobloxer2009 committed Sep 28, 2024
1 parent 942364c commit cb2616b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@

/obj/item/weapon/reagent_containers/food/snacks/grown/cucumber/atom_init()
. = ..()
reagents.add_reagent("ethylredoxrazine", 3+round((potency / 10), 1))
reagents.add_reagent("ethylredoxrazine", 1+round((potency / 10), 1))
bitesize = reagents.total_volume

/obj/item/weapon/reagent_containers/food/snacks/grown/berries
Expand Down

0 comments on commit cb2616b

Please sign in to comment.