Fixes & Tweaks (#356)
* Revert "captains sword reflect chance (#18133)"
This reverts commit e393eedd09.
* Mirror shield passive reflect
* Traitor stuff fixes and tweaks
* Connected dispenser click sound
* No medipen heavy attack
* Slice sound for blades
* Crossbow & material stacking fixes
* Hypospray fixes
* Chenge crossbow damage type
* Fix penetrating on land
* Antispam tweak
This commit is contained in:
@@ -249,7 +249,7 @@ public sealed partial class ChatSystem : SharedChatSystem
|
||||
return;
|
||||
|
||||
if (desiredType != InGameICChatType.Emote && player is not null &&
|
||||
!_chatManager.TrySendNewMessage(player, message)) // WD
|
||||
!_chatManager.TrySendNewMessage(player, message, true)) // WD
|
||||
return;
|
||||
|
||||
// This message may have a radio prefix, and should then be whispered to the resolved radio channel
|
||||
|
||||
Reference in New Issue
Block a user