Added BrachTileBoost system

Added the new coilhead behaviour to the knight
Added treasure room puzzle for bedroom
Changed many LogInfo into LogDebug
Removed jank animator override stuff (no offense)
Changed how treasure rooms lock their doors to work in multiplayer
Removed basement scripts
This commit is contained in:
LadyAliceMargatroid 2024-08-19 02:44:15 -07:00
parent e9152782aa
commit 523e7ed898
48 changed files with 679 additions and 172 deletions

View file

@ -27,7 +27,7 @@ namespace ScarletMansion.GamePatch.Weathers {
rainAudioSource.clip = rainGameObject.GetComponentInChildren<AudioSource>().clip;
rainAudioSource.Play();
Plugin.logger.LogInfo("Fixed Rainy weather references");
Plugin.logger.LogDebug("Fixed Rainy weather references");
}