mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
Clicking on UI storage boxes now uses ClickOn
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user