Looking at the pour() overload where the full amounts are specified, this can be handled entirely within the spell. There isn't really any value add by calling this method rather than just doing vat.suck() and vat.move()s manually within the spell. I recommend we remove this.
Looking at the
pour()
overload where the full amounts are specified, this can be handled entirely within the spell. There isn't really any value add by calling this method rather than just doingvat.suck()
andvat.move()
s manually within the spell. I recommend we remove this.