Autoinjectors.

Now they are one-use, as they were intended.
You can still change their contents with syringes before they are used.
To mitigate their one-use nature, box of them is added to medical closets and supply pack.
This commit is contained in:
comma
2013-08-01 08:12:56 +04:00
parent de1309102e
commit c8f5b98a95
4 changed files with 53 additions and 7 deletions

View File

@@ -424,6 +424,13 @@
W.update_icon()
return
/obj/item/weapon/storage/box/injectors
name = "box of injectors"
desc = "Contains autoinjectors."
New()
..()
for (var/i; i < storage_slots; i++)
new /obj/item/weapon/reagent_containers/hypospray/autoinjector(src)
/obj/item/weapon/storage/box/lights
name = "replacement bulbs"
@@ -460,4 +467,4 @@
for(var/i = 0; i < 14; i++)
new /obj/item/weapon/light/tube(src)
for(var/i = 0; i < 7; i++)
new /obj/item/weapon/light/bulb(src)
new /obj/item/weapon/light/bulb(src)

View File

@@ -13,6 +13,7 @@
New()
..()
sleep(2)
new /obj/item/weapon/storage/box/injectors
new /obj/item/weapon/storage/box/syringes(src)
new /obj/item/weapon/reagent_containers/dropper(src)
new /obj/item/weapon/reagent_containers/dropper(src)