Reorders health analyzer to be first in the first aid (#51458)

This commit is contained in:
Jared-Fogle
2020-06-14 22:30:14 +02:00
committed by GitHub
parent b3db4bcc4a
commit 6dcd5dc02f
+2 -2
View File
@@ -120,6 +120,7 @@
if(empty)
return
var/static/items_inside = list(
/obj/item/healthanalyzer = 1,
/obj/item/stack/medical/gauze/twelve = 1,
/obj/item/stack/medical/suture = 2,
/obj/item/stack/medical/mesh = 2,
@@ -127,8 +128,7 @@
/obj/item/surgical_drapes = 1,
/obj/item/scalpel = 1,
/obj/item/hemostat = 1,
/obj/item/cautery = 1,
/obj/item/healthanalyzer = 1)
/obj/item/cautery = 1)
generate_items_inside(items_inside,src)
/obj/item/storage/firstaid/ancient