From 847e53de296ab54d439a9d155c436ffd36a06b9b Mon Sep 17 00:00:00 2001 From: Heroman3003 <31296024+Heroman3003@users.noreply.github.com> Date: Sun, 25 Dec 2022 21:28:08 +1000 Subject: [PATCH] Quick recipe fix --- code/modules/research/designs/firework_stars.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/research/designs/firework_stars.dm b/code/modules/research/designs/firework_stars.dm index 0ab32b81345..6fb4e6f70f4 100644 --- a/code/modules/research/designs/firework_stars.dm +++ b/code/modules/research/designs/firework_stars.dm @@ -18,7 +18,7 @@ id = "fireworkaestheticconfig" req_tech = list(TECH_MATERIAL = 3, TECH_ENGINEERING = 2) materials = list(MAT_PLASTIC = 1000, MAT_GLASS = 1000) - build_path = /obj/item/weapon/firework_star/aesthetic + build_path = /obj/item/weapon/firework_star/aesthetic/configurable sort_string = "IFAAB" /datum/design/item/firework_star/weather_clear @@ -109,4 +109,4 @@ req_tech = list(TECH_MATERIAL = 5, TECH_ENGINEERING = 4) materials = list(MAT_PLASTIC = 10000, MAT_GLASS = 10000) build_path = /obj/item/weapon/firework_star/weather/confetti - sort_string = "IFABJ" \ No newline at end of file + sort_string = "IFABJ"