borg typing indicator vanishing and pda hotkey drag for borgs (#15975)

This commit is contained in:
Kashargul
2024-05-12 01:16:16 +02:00
committed by GitHub
parent 5831c168c7
commit 2f23f47f3a
2 changed files with 3 additions and 4 deletions
+1 -4
View File
@@ -85,10 +85,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
..()