Delta-v/Content.Shared/Chat
0x6273 72269c7a77
Add AutoEmote comp/system, updates to zombie code (#13932)
* Add AutoEmote comp/system

* Reduce groan chance so it's the same as before

Old code did 0.2 and then 0.5, now it's just one Prob(0.1)

* Fix typo, curTime var, don't log Resolve

* Maybe fix pausing?

* Fix mistake

* Update NextEmoteTime if an auto emote is removed

* Fix stuff

Get CurTime outside update loop
Use MapInit instead of ComponentInit
Fix a typo in a comment
Debug assert prototype ID in RemoveEmote
Do += PausedTime in OnUnpaused
Add prototype as arg to ResetTimer to avoid an indexing
2023-03-02 11:23:56 -08:00
..
Prototypes Add AutoEmote comp/system, updates to zombie code (#13932) 2023-03-02 11:23:56 -08:00
TypingIndicator Fix warnings and code cleanup/fixes (#13570) 2023-01-19 13:56:45 +11:00
ChatChannel.cs Modify admin chat (#13050) 2022-12-19 21:39:01 -06:00
ChatChannelExtensions.cs Modify admin chat (#13050) 2022-12-19 21:39:01 -06:00
ChatSelectChannel.cs Modify admin chat (#13050) 2022-12-19 21:39:01 -06:00
MsgChatMessage.cs Modify admin chat (#13050) 2022-12-19 21:39:01 -06:00
SharedChatSystem.cs Update radio prefix parsing (#13777) 2023-02-19 04:27:56 +11:00