mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-25 01:22:13 +00:00
More Ta Fixes (#17350)
* More Ta Fixes * wing bugginess fix * cl * floating chat offset
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user