diff --git a/code/modules/reagents/holder/holder.dm b/code/modules/reagents/holder/holder.dm index 2b201d37b9..6618ddab8e 100644 --- a/code/modules/reagents/holder/holder.dm +++ b/code/modules/reagents/holder/holder.dm @@ -285,10 +285,6 @@ //If for some reason touch effects are bypassed (e.g. injecting stuff directly into a reagent container or person), //call the appropriate trans_to_*() proc. /datum/reagents/proc/trans_to(var/atom/target, var/amount = 1, var/multiplier = 1, var/copy = 0, var/force_open_container = FALSE) - //CHOMPEdit Start, do not splash brains! - if(ismob(target) && !isbrain(target)) - return splash_mob(target, amount * multiplier, copy) - //CHOMPEdit End touch(target, amount * multiplier) //First, handle mere touch effects if(ismob(target))