mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-25 04:57:47 +01:00
Quick recipe fix
This commit is contained in:
@@ -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"
|
||||
sort_string = "IFABJ"
|
||||
|
||||
Reference in New Issue
Block a user