Clicking on UI storage boxes now uses ClickOn

This commit is contained in:
sick-trigger
2014-09-15 16:37:30 +10:00
parent d30115f4c5
commit e3395e7618

View File

@@ -91,7 +91,7 @@
if(master) if(master)
var/obj/item/I = usr.get_active_hand() var/obj/item/I = usr.get_active_hand()
if(I) if(I)
master.attackby(I, usr) usr.ClickOn(master)
usr.next_move = world.time+2 usr.next_move = world.time+2
return 1 return 1