Skip to content

Commit

Permalink
Фикс капусты
Browse files Browse the repository at this point in the history
  • Loading branch information
msw7007 committed Jan 6, 2025
1 parent 7f094c4 commit 6b8c282
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modular_ss220/species/_code/reagents.dm
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/obj/item/seeds/cabbage/Initialize(mapload)
. = ..()
reagents_add += list("cabbagilium" = 0.1)
reagents_add += list("cabbagilium" = 0.05)

/datum/reagent/cabbagilium
name = "Cabbagilium"
Expand Down

0 comments on commit 6b8c282

Please sign in to comment.