[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:
CHOMPStation2
2024-05-12 07:26:13 -07:00
committed by GitHub
parent 9b7d03cd71
commit e68991724c
2 changed files with 3 additions and 4 deletions

View File

@@ -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
..()