Few tweaks and fixes to last commits.

This commit is contained in:
Thalpy
2019-05-29 20:04:52 +01:00
parent 6117e3a6aa
commit 71eb285472
7 changed files with 27 additions and 15 deletions
@@ -7,6 +7,8 @@
item_state = "atoxinbottle"
possible_transfer_amounts = list(5,10,15,25,30)
volume = 30
temp_immune = TRUE //required so that things don't melt when you dispence them in the chem_master.
pH_immunne = TRUE
/obj/item/reagent_containers/glass/bottle/Initialize()
@@ -240,7 +242,7 @@
name = "Rhinovirus culture bottle"
desc = "A small bottle. Contains XY-rhinovirus culture in synthblood medium."
spawned_disease = /datum/disease/advance/cold
/obj/item/reagent_containers/glass/bottle/flu_virion
name = "Flu virion culture bottle"
desc = "A small bottle. Contains H13N1 flu virion culture in synthblood medium."
@@ -176,6 +176,7 @@
amount_per_transfer_from_this = 10
possible_transfer_amounts = list(5,10,15,20,25,30,50,100,150)
temp_immune = FALSE
pH_immunne = TRUE
/obj/item/reagent_containers/glass/beaker/plastic/update_icon()
icon_state = "beakerlarge" // hack to lets us reuse the large beaker reagent fill states
@@ -190,6 +191,8 @@
volume = 200
amount_per_transfer_from_this = 10
possible_transfer_amounts = list(5,10,15,20,25,30,50,100,200)
temp_immune = TRUE
pH_immunne = TRUE
/obj/item/reagent_containers/glass/beaker/noreact
name = "cryostasis beaker"
@@ -199,6 +202,8 @@
materials = list(MAT_METAL=3000)
volume = 50
amount_per_transfer_from_this = 10
temp_immune = TRUE
pH_immunne = TRUE
/obj/item/reagent_containers/glass/beaker/noreact/Initialize()
. = ..()