Typing indicator refdrop (#18635)

* Atomization

* sadf

---------

Co-authored-by: FluffyGhost <FluffyGhost>
This commit is contained in:
Fluffy
2024-03-13 21:27:08 +00:00
committed by GitHub
co-authored by FluffyGhost <FluffyGhost>
parent 3bdb4380c6
commit fe04055c18
2 changed files with 44 additions and 0 deletions
@@ -119,6 +119,9 @@ I IS TYPIN'!'
var/mob/owner = master
if(owner.typing_indicator == src)
owner.typing_indicator = null
master = null
return ..()
/atom/movable/typing_indicator/proc/hide_typing_indicator()