Fixed blood regen bug

Nutriment is stored in reagents. Vessel is only for blood.
This commit is contained in:
GauHelldragon
2012-11-28 12:37:27 -08:00
parent 2c47afc22e
commit 17440ff756
+1 -1
View File
@@ -140,7 +140,7 @@
if(D.data["donor"] == src)
B = D
break
var/datum/reagent/nutriment/F = locate() in vessel.reagent_list
var/datum/reagent/nutriment/F = locate() in reagents.reagent_list
if(F != null)
if(F.volume >= 1)
// nutriment speeds it up quite a bit