mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2025-12-25 17:42:26 +00:00
Blood transfer rate was too fast, slowed it down.
This commit is contained in:
@@ -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.")
|
||||
|
||||
Reference in New Issue
Block a user