mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
[MIRROR] Start of TG Click Code Port (#12071)
Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
committed by
GitHub
parent
c3efdda013
commit
f7de0bb70b
@@ -60,13 +60,13 @@
|
||||
if(Adjacent(user))
|
||||
. += "The time [stationtime2text()] is displayed in the corner of the screen."
|
||||
|
||||
/obj/item/pda/CtrlClick(mob/user)
|
||||
/obj/item/pda/item_ctrl_click(mob/user)
|
||||
if(can_use(user) && !issilicon(user))
|
||||
remove_pen()
|
||||
return
|
||||
..()
|
||||
|
||||
/obj/item/pda/AltClick(mob/user)
|
||||
/obj/item/pda/click_alt(mob/user)
|
||||
if(issilicon(user))
|
||||
return
|
||||
|
||||
|
||||
Reference in New Issue
Block a user