mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
[MIRROR] borg typing indicator vanishing and pda hotkey drag for borgs (#8379)
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com> Co-authored-by: CHOMPStation2 <chompsation2@gmail.com>
This commit is contained in:
@@ -86,10 +86,7 @@ var/global/list/obj/item/device/pda/PDAs = list()
|
||||
. += "The time [stationtime2text()] is displayed in the corner of the screen."
|
||||
|
||||
/obj/item/device/pda/CtrlClick()
|
||||
if(issilicon(usr))
|
||||
return
|
||||
|
||||
if(can_use(usr))
|
||||
if(can_use(usr) && !issilicon(usr))
|
||||
remove_pen()
|
||||
return
|
||||
..()
|
||||
|
||||
Reference in New Issue
Block a user