ID:149328
 
What would be the code to make it place a turf underneath a user??
mob/verb/Bah()
var/thing = input("") in typesof(/turf)
new/thing(src.loc)