Machinist operation trays can now have bone gel + changelog (#16520)

Co-authored-by: Werner <1331699+Arrow768@users.noreply.github.com>
This commit is contained in:
feartheblackout
2023-06-28 17:34:41 +00:00
committed by GitHub
co-authored by Werner
parent 907eb0e52d
commit 4fa4f43f71
2 changed files with 45 additions and 2 deletions
@@ -334,6 +334,7 @@
/obj/item/surgery/hemostat,
/obj/item/surgery/retractor,
/obj/item/surgery/scalpel,
/obj/item/surgery/bone_gel,
/obj/item/stack/nanopaste
)
@@ -342,5 +343,6 @@
/obj/item/surgery/circular_saw = 1,
/obj/item/surgery/hemostat = 1,
/obj/item/surgery/retractor = 1,
/obj/item/surgery/scalpel = 1
)
/obj/item/surgery/scalpel = 1,
/obj/item/surgery/bone_gel = 1
)