Skip to content

Commit

Permalink
Nkarrdem-Board-Fix (ParadiseSS13#27052)
Browse files Browse the repository at this point in the history
  • Loading branch information
PollardTheDragon authored Oct 10, 2024
1 parent bd2a47e commit be23543
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/modules/research/designs/mecha_designs.dm
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
req_tech = list("programming" = 3, "biotech" = 3, "engineering" = 3)
build_type = IMPRINTER
materials = list(MAT_GLASS = 1000)
build_path = /obj/item/circuitboard/mecha/odysseus/main
build_path = /obj/item/circuitboard/mecha/nkarrdem/main
category = list("Exosuit Modules")

/datum/design/nkarrdem_peri
Expand All @@ -61,7 +61,7 @@
req_tech = list("programming" = 3, "biotech" = 3, "engineering" = 3)
build_type = IMPRINTER
materials = list(MAT_GLASS = 1000)
build_path = /obj/item/circuitboard/mecha/odysseus/peripherals
build_path = /obj/item/circuitboard/mecha/nkarrdem/peripherals
category = list("Exosuit Modules")

// Gygax
Expand Down

0 comments on commit be23543

Please sign in to comment.