Files
nikothedudeandGitHub e454b55092 [SEMI-MODULAR] Lets mechs use CI, also adds a seperate emote_flick proc to allow emote_flick to be used on objects. (#9922)
* WE DID IT BOYS WOOOO

* agony

* only pushing this to put it onlinme

* needs updating

* that was a terrible idea

* code cleanup time

* comments

* boop

* savanna compatability

* broken, dont merge

* its not broken!

* (why did i not do t his initially)

* FULL FUNCTIONALITY

* nothing to see here, officer

* i have no fucking idea of what im doing?

* i am so confused

* i really fucking hope i didnt just do a weird thing

* moves to vehicle/sealed

* code improvement

* documentation,,,,,,,,,

* wdwdwdwd

* oopsie woopsie

* DOCUMENTATION.

* h

* d

* goddamn it

* you know you look at your code and you realize "wow im a dumbass" every single time

* FUCK
2022-01-09 15:50:51 -05:00

1.4 KiB

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 (CI, SSD, Typing) Combat Indicator - Toggleable by players, declares intent to engage in combat SSD Indicator - Automatically shows when a player has disconnected Typing Indicator - Shows when a player is typing

TG Proc Changes:

Combat Indicator

  • ADDITION: code/modules/mob/living/death.dm > /mob/living/death()
  • CHANGE: code/datums/keybinding/mob.dm > /datum/keybinding/mob/toggle_move_intent() 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