mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-26 06:29:23 +01:00
Reorders health analyzer to be first in the first aid (#51458)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user