IListener and IRadio purge (#11980)

This commit is contained in:
Leon Friedrich
2022-11-15 17:09:27 +13:00
committed by GitHub
parent bc525425da
commit 0b5a58001c
48 changed files with 946 additions and 643 deletions

View File

@@ -132,6 +132,8 @@ namespace Content.Server.Zombies
return;
if (_robustRandom.Prob(0.5f)) //this message is never seen by players so it just says this for admins
// What? Is this REALLY the best way we have of letting admins know there are zombies in a round?
// [automated maintainer groan]
_chat.TrySendInGameICMessage(uid, "[automated zombie groan]", InGameICChatType.Speak, false);
else
_vocal.TryScream(uid);