Skip to content

Commit

Permalink
Seeds price fix
Browse files Browse the repository at this point in the history
  • Loading branch information
EgorDinamit committed Feb 16, 2024
1 parent e2a2873 commit 198116f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/item_worth/worths_list.dm
Original file line number Diff line number Diff line change
Expand Up @@ -601,7 +601,7 @@ var/list/worths = list(
/obj/item/rig_module/fabricator/energy_net = 1200,
/obj/item/rig_module/fabricator = 2800,
/obj/item/rig_module = 1000,
/obj/item/seeds = 10,
/obj/item/seeds = -10,
/obj/item/bee_smoker = 60,
/obj/item/honey_frame = 15,
/obj/item/beehive_assembly = 100,
Expand Down

0 comments on commit 198116f

Please sign in to comment.