mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-10 15:45:05 +01:00
Fixes empty IC syringe having 0 transfer amount
This commit is contained in:
@@ -193,7 +193,7 @@
|
||||
activate_pin(3)
|
||||
return
|
||||
|
||||
var/tramount = CLAMP(transfer_amount, 0, reagents.total_volume)
|
||||
var/tramount = CLAMP(transfer_amount, 0, AM.reagents.total_volume)
|
||||
|
||||
if(isliving(AM))
|
||||
var/mob/living/L = AM
|
||||
|
||||
Reference in New Issue
Block a user