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 @@
Traditional Games Space Station 13

- 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

@@ -54,11 +54,20 @@ Stuff which is in development and not yet visible to players or just code relate (ie. code improvements for expandability, etc.) should not be listed here. They should be listed in the changelog upon commit tho. Thanks. --> +2 October 2011: +

+ 28 September 2011:
  • Rolan7 updated:
      -
    • New method for job assignment. Remember to review your preferences. Sned all your hate and bug reports to me.
    • +
    • New method for job assignment. Remember to review your preferences. Send all your hate and bug reports to me.