diff --git a/code/modules/chemical/Chemistry-Machinery.dm b/code/modules/chemical/Chemistry-Machinery.dm index 6fb417463de..6dd3a64b9df 100644 --- a/code/modules/chemical/Chemistry-Machinery.dm +++ b/code/modules/chemical/Chemistry-Machinery.dm @@ -343,7 +343,14 @@ B.reagents.add_reagent("vaccine",15,vaccine_type) del(D) wait = 1 - spawn(1200) + var/datum/reagents/R = beaker.reagents + var/datum/reagent/blood/Blood = null + for(var/datum/reagent/blood/L in R.reagent_list) + if(L) + Blood = L + break + var/list/res = Blood.data["resistances"] + spawn(res.len*500) src.wait = null else src.temphtml = "The replicator is not ready yet." @@ -363,7 +370,7 @@ B.reagents.add_reagent("blood",20,data) src.updateUsrDialog() wait = 1 - spawn(3000) + spawn(2000) src.wait = null else src.temphtml = "The replicator is not ready yet." diff --git a/icons/changelog.html b/icons/changelog.html index 9968897ac48..7fe30e1da55 100644 --- a/icons/changelog.html +++ b/icons/changelog.html @@ -27,8 +27,8 @@
- Forum:
http://tgstation13.servehttp.com
- Guides and information wiki:
http://tgstation13.servehttp.com/wiki/index.php/Main_Page
+ Forum:
http://nanotrasen.com
+ Guides and information wiki:
http://nanotrasen.com/wiki/index.php/Main_Page
Game Source Code:
http://tgstation13.googlecode.com/
Visit our IRC channel:
#tgstation13 on irc.rizon.net