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
|
|
@ -62,7 +62,7 @@ namespace ScarletMansion.GamePatch.FixValues {
|
|||
vanillaSetup = true;
|
||||
//Plugin.logger.LogInfo("Vanilla fire exit set up");
|
||||
} catch (Exception e){
|
||||
Plugin.logger.LogInfo("Failed to setup vanilla fire exit. The 'Use SDM Fire Exits' config will be ignored");
|
||||
Plugin.logger.LogDebug("Failed to setup vanilla fire exit. The 'Use SDM Fire Exits' config will be ignored");
|
||||
Plugin.logger.LogError(e.ToString());
|
||||
|
||||
vanillaSetup = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue