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:
parent
e9152782aa
commit
523e7ed898
48 changed files with 679 additions and 172 deletions
|
@ -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");
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue