Tanning Tweaks

This commit is contained in:
Atermonera
2021-03-30 01:50:39 -04:00
committed by VirgoBot
parent ccd58f4ddd
commit 72d1741b6b
6 changed files with 437 additions and 52 deletions
+2 -1
View File
@@ -313,7 +313,8 @@
if(spill)
splash(target.loc, spill, multiplier, copy, min_spill, max_spill)
trans_to(target, amount, multiplier, copy)
if(!trans_to(target, amount, multiplier, copy))
touch(target, amount)
/datum/reagents/proc/trans_type_to(var/target, var/rtype, var/amount = 1)
if (!target)