Changed syringes and vials to work correctly with the autolathe

This commit is contained in:
Kilakk
2013-09-08 14:24:06 -04:00
parent eb19112ab4
commit 0e08e80bb0
2 changed files with 5 additions and 2 deletions

View File

@@ -252,6 +252,8 @@
user.drop_from_inventory(src)
del(src)
// vials are defined twice, what?
/*
/obj/item/weapon/reagent_containers/glass/beaker/vial
name = "vial"
desc = "Small glass vial. Looks fragile."
@@ -260,7 +262,7 @@
volume = 15
amount_per_transfer_from_this = 5
possible_transfer_amounts = list(1,5,15)
flags = FPRINT | TABLEPASS | OPENCONTAINER
flags = FPRINT | TABLEPASS | OPENCONTAINER */
/*
/obj/item/weapon/reagent_containers/glass/blender_jug

View File

@@ -6,11 +6,12 @@
#define SYRINGE_BROKEN 2
/obj/item/weapon/reagent_containers/syringe
name = "Syringe"
name = "syringe"
desc = "A syringe."
icon = 'icons/obj/syringe.dmi'
item_state = "syringe_0"
icon_state = "0"
g_amt = 150
amount_per_transfer_from_this = 5
possible_transfer_amounts = null //list(5,10,15)
volume = 15