Skip to content

Commit

Permalink
Soil crafting crafting time reduction (#4829)
Browse files Browse the repository at this point in the history
Quality of life change. Makes the entire process of making soil plots less mind numbingly slow.
  • Loading branch information
WilsonWeave authored Oct 29, 2023
1 parent a4e1e09 commit d141764
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/datums/craft/recipes/furniture.dm
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@
/datum/craft_recipe/furniture/soilbed
name = "soil"
result = /obj/machinery/portable_atmospherics/hydroponics/soil
time = 90
time = 20
icon_state = "woodworking"
steps = list(
list(/obj/item/stack/ore, 5),
Expand Down

0 comments on commit d141764

Please sign in to comment.