Distillery Upkeep, Chemistry Tweakening (#7573)

* Distillery For Chemistry

* Synthplasma, Synthblood but not horrifically strong.

* Rectify, I said, damnit!

* Distillery for Chem. Now with STRONG DMM.

* changeling
This commit is contained in:
Mechoid
2020-08-31 19:35:25 -07:00
committed by VirgoBot
parent 52a8917379
commit 97831abf14
7 changed files with 88 additions and 5 deletions

View File

@@ -27,6 +27,7 @@
var/label_text = ""
var/blood_type = null
var/reag_id = "blood"
/obj/item/weapon/reagent_containers/blood/Initialize()
. = ..()
@@ -35,7 +36,7 @@
if(blood_type != null)
label_text = "[blood_type]"
update_iv_label()
reagents.add_reagent("blood", 200, list("donor"=null,"viruses"=null,"blood_DNA"=null,"blood_type"=blood_type,"resistances"=null,"trace_chem"=null))
reagents.add_reagent(reag_id, 200, list("donor"=null,"viruses"=null,"blood_DNA"=null,"blood_type"=blood_type,"resistances"=null,"trace_chem"=null))
update_icon()
/obj/item/weapon/reagent_containers/blood/on_reagent_change()
@@ -95,6 +96,14 @@
/obj/item/weapon/reagent_containers/blood/OMinus
blood_type = "O-"
/obj/item/weapon/reagent_containers/blood/synthplas
blood_type = "O-"
reag_id = "synthblood_dilute"
/obj/item/weapon/reagent_containers/blood/synthblood
blood_type = "O-"
reag_id = "synthblood"
/obj/item/weapon/reagent_containers/blood/empty
name = "Empty BloodPack"
desc = "Seems pretty useless... Maybe if there were a way to fill it?"