Changes transfer amount to 10u instead of the full 80

This commit is contained in:
BlackMajor
2019-06-12 21:17:31 +12:00
parent 90e572ec03
commit 7b79bbcb29
@@ -53,7 +53,7 @@
H.adjust_blurriness(1)
H.visible_message("<span class='warning'>[H] is creamed by [src]!</span>", "<span class='userdanger'>You've been creamed by [src]!</span>")
playsound(H, "desceration", 50, TRUE)
reagents.trans_to(H,80) //Transfers the cream pies total volume of reagents to target on it
reagents.trans_to(H,10) //Transfers the cream pies total volume of reagents to target on it
if(!H.creamed) // one layer at a time
H.add_overlay(creamoverlay)
H.creamed = TRUE