More Ta Fixes (#17350)

* More Ta Fixes

* wing bugginess fix

* cl

* floating chat offset
This commit is contained in:
Geeves
2023-09-16 12:45:24 +02:00
committed by GitHub
parent caa5a25b0d
commit f7ae74efca
12 changed files with 62 additions and 19 deletions

View File

@@ -156,6 +156,9 @@ Updated 09/10/2022 to include chatbar using Spookerton's SStyping system from Po
if(!ismovable(master))
stack_trace("Typing indicator initialized with [isnull(master) ? "null" : master] as master.")
return INITIALIZE_HINT_QDEL
if(ismob(master))
var/mob/mob = master
mob.adjust_typing_indicator_offsets(src)
/atom/movable/typing_indicator/Destroy()
if(master)