mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +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:
@@ -970,6 +970,8 @@
|
||||
return
|
||||
|
||||
cut_overlays()
|
||||
if(typing)
|
||||
add_overlay(typing_indicator, TRUE)
|
||||
|
||||
icon = sprite_datum.sprite_icon
|
||||
icon_state = sprite_datum.sprite_icon_state
|
||||
|
||||
@@ -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