Daedalus Dock - Modules - Types

modular_pariah/modules/indicators/readme.md

https://github.com/Skyrat-SS13/Skyrat-tg/pull/9922 -- Mech CI PR from Niko

Title: Indicators

MODULE ID: INDICATORS

Description:

The compilation of all player indicators (SSD, Typing) SSD Indicator - Automatically shows when a player has disconnected Typing Indicator - Shows when a player is typing

TG Proc Changes:

Typing Indicator

  • APPEND: code/modules/keybindings/setup.dm > /datum/proc/key_down()
  • ADDITION: code/onclick/_click.dm > /mob/proc/ClickOn()
  • ADDITION: code/modules/mob/mob_say.dm > /mob/verb/say_verb(), /mob/verb/me_verb()
  • CHANGE: code\modules\mob\living\living_say.dm > /mob/living/send_speech
  • ADDITION: code/modules/mob/living/death.dm > /mob/living/death() SSD Indicator ./code/modules/mob/living/carbon/human/examine.dm > /mob/living/carbon/human/examine()
  • ADDITION: code/modules/mob/living/death.dm > /mob/living/death()
Defines:

N/A

Included files:

N/A

Credits:

Azarak - Porting and OG code for Combat Indicator, Typing Indicator, SSD Indicator FlamingLily - Consolidation, surrender alert Niko - making CI work with mechs and stuff GoldenAlphrex - Being invaluably helpful in telling me (niko) how to do things