Skip to content

Commit

Permalink
fixes design disk
Browse files Browse the repository at this point in the history
  • Loading branch information
Martinpachu committed Feb 1, 2024
1 parent 589f433 commit 2811326
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion code/modules/research/designs.dm
Original file line number Diff line number Diff line change
Expand Up @@ -173,4 +173,4 @@ other types of metals and chemistry for reagents).

/obj/item/disk/design_disk/ammo_c9mm/Initialize()
. = ..()
blueprints[1] = new /datum/design/c9mm()
blueprints[1] = new /datum/design/c9mmautolathe()
6 changes: 3 additions & 3 deletions code/modules/research/designs/weapon_designs.dm
Original file line number Diff line number Diff line change
Expand Up @@ -788,10 +788,10 @@
category = list("Weapons")
departmental_flags = DEPARTMENTAL_FLAG_BALLISTICS

/datum/design/c9mmm_disk
/datum/design/c9mmautolathe
name = "Ammo Box (9mm)"
id = "c9mm_disk"
id = "c9mmautolathe"
build_type = AUTOLATHE
materials = list(/datum/material/iron = 15000)
build_path = /obj/item/ammo_box/c9mm
category = list("Imported")
category = list("Ammo")

0 comments on commit 2811326

Please sign in to comment.