Skip to content

Commit

Permalink
should fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
thgvr committed Oct 22, 2023
1 parent 3337bc4 commit d1f19c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/modules/research/design_disks/medical.dm
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@
blueprints[4] = new /datum/design/circular_saw
blueprints[5] = new /datum/design/cautery

/obj/item/disk/design_disk/medical/surgery/basic
/obj/item/disk/design_disk/medical/surgery_basic
name = "design disk - basic surgical tools"
desc = "A design disk containing designs for basic sets of surgical tools."
max_blueprints = 3

/obj/item/disk/design_disk/medical/surgery/basic/Initialize()
/obj/item/disk/design_disk/medical/surgery_basic/Initialize()
. = ..()
blueprints[1] = new /datum/design/scalpel
blueprints[2] = new /datum/design/hemostat
Expand Down

0 comments on commit d1f19c9

Please sign in to comment.