obj/house2
density=1
icon='door.dmi'
var/obj/key/K
Click()
usr<<"[owner] is the owner"
Bump(atom/M)
if(locate(K) in M.contents&&K.pass==owner)
usr.loc=locate(17,2,2)
else
usr<<"You have the wrong key!"
Problem description:
Bump doesn't work, I don't know how to correct this.