mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-20 12:35:33 +01:00
Fixes the typing indicator (#80153)
## About The Pull Request It was very specifically broken by [this commit](https://github.com/tgstation/tgstation/pull/80122/commits/94d00aa526f31ed0bc8357f060d2c190d2ad87c7), because it wrongfully changed the logic. Now the typing indicator is back, it's no longer just the thinking indicator. ## Why It's Good For The Game Typing indicator is meant to be there, now it's back! No more awkward flickering! ## Changelog 🆑 GoldenAlpharex fix: The typing indicator has overcome its shyness and is now back to its usual form. /🆑
This commit is contained in:
@@ -84,7 +84,6 @@
|
||||
play_fov_effect(src, 6, "talk", ignore_self = TRUE)
|
||||
|
||||
/mob/living/remove_thinking_indicator()
|
||||
REMOVE_TRAIT(src, TRAIT_THINKING_IN_CHARACTER, CURRENTLY_TYPING_TRAIT)
|
||||
if(!active_thinking_indicator)
|
||||
return FALSE
|
||||
cut_overlay(active_thinking_indicator)
|
||||
@@ -104,6 +103,7 @@
|
||||
active_typing_indicator = null
|
||||
|
||||
/mob/living/remove_all_indicators()
|
||||
REMOVE_TRAIT(src, TRAIT_THINKING_IN_CHARACTER, CURRENTLY_TYPING_TRAIT)
|
||||
remove_thinking_indicator()
|
||||
remove_typing_indicator()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user