verb
FillJar(M as obj in view(-1))
set src in oview(1)
if(istype(M,/obj/EmptyJar))
var/obj/WaterJar/T = new
T.loc = usr
del(M)
This format works though the player always has to specify the empty jar. Is there an easier way so that the player doesnt have to specify it like using in contents.