Fixes fire extinguishers and splash (#11669)

This commit is contained in:
Cameron Lennox
2025-09-17 08:54:19 -04:00
committed by GitHub
parent f1550ab46f
commit e98cd3f486
-4
View File
@@ -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))