Fixed empty hypovial
This commit is contained in:
@@ -111,7 +111,7 @@
|
|||||||
/obj/item/storage/hypospraykit/enlarge/PopulateContents()
|
/obj/item/storage/hypospraykit/enlarge/PopulateContents()
|
||||||
if(empty)
|
if(empty)
|
||||||
return
|
return
|
||||||
new /obj/item/hypospray/mkii(src)
|
new /obj/item/hypospray/mkii/enlarge(src)
|
||||||
new /obj/item/reagent_containers/glass/bottle/vial/small/preloaded/breastreduction(src)
|
new /obj/item/reagent_containers/glass/bottle/vial/small/preloaded/breastreduction(src)
|
||||||
new /obj/item/reagent_containers/glass/bottle/vial/small/preloaded/breastreduction(src)
|
new /obj/item/reagent_containers/glass/bottle/vial/small/preloaded/breastreduction(src)
|
||||||
new /obj/item/reagent_containers/glass/bottle/vial/small/preloaded/breastreduction(src)
|
new /obj/item/reagent_containers/glass/bottle/vial/small/preloaded/breastreduction(src)
|
||||||
|
|||||||
@@ -50,6 +50,9 @@
|
|||||||
/obj/item/hypospray/mkii/tricord
|
/obj/item/hypospray/mkii/tricord
|
||||||
start_vial = /obj/item/reagent_containers/glass/bottle/vial/small/preloaded/tricord
|
start_vial = /obj/item/reagent_containers/glass/bottle/vial/small/preloaded/tricord
|
||||||
|
|
||||||
|
/obj/item/hypospray/mkii/enlarge
|
||||||
|
spawnwithvial = FALSE
|
||||||
|
|
||||||
/obj/item/hypospray/mkii/CMO
|
/obj/item/hypospray/mkii/CMO
|
||||||
name = "hypospray mk.II deluxe"
|
name = "hypospray mk.II deluxe"
|
||||||
allowed_containers = list(/obj/item/reagent_containers/glass/bottle/vial/tiny, /obj/item/reagent_containers/glass/bottle/vial/small, /obj/item/reagent_containers/glass/bottle/vial/large)
|
allowed_containers = list(/obj/item/reagent_containers/glass/bottle/vial/tiny, /obj/item/reagent_containers/glass/bottle/vial/small, /obj/item/reagent_containers/glass/bottle/vial/large)
|
||||||
|
|||||||
Reference in New Issue
Block a user