From f497cbf5cf32883d9e682827c8ea5fe170cbb1d3 Mon Sep 17 00:00:00 2001 From: Yoshax Date: Sun, 5 Feb 2017 01:41:50 +0000 Subject: [PATCH] Droppers are known for being inconsistent and inaccurate --- code/modules/reagents/reagent_containers/dropper.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/reagents/reagent_containers/dropper.dm b/code/modules/reagents/reagent_containers/dropper.dm index aa952915c3..09897729f9 100644 --- a/code/modules/reagents/reagent_containers/dropper.dm +++ b/code/modules/reagents/reagent_containers/dropper.dm @@ -75,7 +75,7 @@ return else - trans = reagents.splash(target, amount_per_transfer_from_this, max_spill=30) //sprinkling reagents on generic non-mobs + trans = reagents.splash(target, amount_per_transfer_from_this, max_spill=0) //sprinkling reagents on generic non-mobs user << "You transfer [trans] units of the solution." else // Taking from something