Blood transfer rate was too fast, slowed it down.

This commit is contained in:
cib
2012-12-24 19:54:30 +01:00
parent 01bd2cf0b5
commit d8ab9906f7

View File

@@ -92,6 +92,7 @@
// Take blood
else if(mode == "take")
var/amount = beaker.reagents.maximum_volume - beaker.reagents.total_volume
amount = min(amount, 4)
// If the beaker is full, ping
if(amount == 0)
if(prob(5)) visible_message("\The [src] pings.")