Gene Scanner Tool (#17733)

* Gene scanner

* loot and lathe for gene scanner

* show suppressed genes
This commit is contained in:
Will
2025-05-24 18:58:14 -04:00
committed by GitHub
parent f8f1d8b98e
commit adde40854a
6 changed files with 107 additions and 1 deletions
@@ -248,7 +248,8 @@
/obj/item/mass_spectrometer,
/obj/item/surgical,
/obj/item/clothing/mask/chewable/candy/lolli,
/obj/item/extrapolator
/obj/item/extrapolator,
/obj/item/gene_scanner,
)
/obj/item/storage/belt/medical/emt
@@ -159,6 +159,8 @@
/obj/item/taperoll/medical,
/obj/item/storage/box/freezer,
/obj/item/clothing/mask/chewable/candy/lolli,
/obj/item/extrapolator,
/obj/item/gene_scanner,
) //Vorestation add - added a bunch of misc medical stuff
max_storage_space = ITEMSIZE_COST_SMALL*3 //Vorestation Add - makes it slightly smaller since its a lot of stuff with pocket access
remove_delay = 5 //Vorestation Add - .5 second delay, get the medical things faster because there is no reason to use this otherwise. still gotta stop moving to take things out.