Blood moon part 2 (#1272)

* som tweaks

* fixing all

* bloodlust spell

* atatat
This commit is contained in:
Ed
2025-05-17 14:12:49 +03:00
committed by GitHub
parent 74707a98c3
commit 23c9e11019
24 changed files with 174 additions and 74 deletions

View File

@@ -64,7 +64,7 @@ public sealed partial class ChatSystem : SharedChatSystem
public const int VoiceRange = 10; // how far voice goes in world units
public const int WhisperClearRange = 2; // how far whisper goes while still being understandable, in world units
public const int WhisperMuffledRange = 5; // how far whisper goes at all, in world units
public const string DefaultAnnouncementSound = "/Audio/_CP14/Ambience/event_boom.ogg"; //CP14 replaced default sound
public const string DefaultAnnouncementSound = "/Audio/_CP14/Announce/event_boom.ogg"; //CP14 replaced default sound
private bool _loocEnabled = true;
private bool _deadLoocEnabled;