mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 04:30:44 +01:00
Removes duplicate wooden barricade from crafting menu (#18401)
removes duplicate wood entry
This commit is contained in:
@@ -65,7 +65,6 @@ GLOBAL_LIST_INIT(skyrat_rod_recipes, list(
|
||||
// Wood
|
||||
|
||||
GLOBAL_LIST_INIT(skyrat_wood_recipes, list(
|
||||
new/datum/stack_recipe("wooden barricade", /obj/structure/deployable_barricade/wooden, 2, time = 1 SECONDS, on_solid_ground = TRUE),
|
||||
new/datum/stack_recipe("water basin", /obj/structure/reagent_water_basin, 5, time = 2 SECONDS, one_per_turf = TRUE, on_solid_ground = TRUE),
|
||||
new/datum/stack_recipe("forging work bench", /obj/structure/reagent_crafting_bench, 5, time = 2 SECONDS, one_per_turf = TRUE, on_solid_ground = TRUE),
|
||||
new/datum/stack_recipe("wooden half-barricade", /obj/structure/deployable_barricade/wooden, 5, time = 2 SECONDS, one_per_turf = TRUE, on_solid_ground = TRUE),
|
||||
|
||||
Reference in New Issue
Block a user