Added basement variant

Fixed knight ghost to sprint when you ain't looking
Fixed Gohei to detect enemies
This commit is contained in:
LadyAliceMargatroid 2025-01-11 03:45:12 -08:00
parent 83d0d8a737
commit e28f3ca2db
21 changed files with 466 additions and 96 deletions

View file

@ -73,7 +73,7 @@ namespace ScarletMansion.GamePatch.Managers {
}
public void OnDungeonComplete(Dungeon dungeon) {
Anger(Plugin.GetConfigDungeon.GetMinIndoorEnemySpawnCount);
Anger(Plugin.CurrentConfigDungeon.GetMinIndoorEnemySpawnCount);
}
public void TriggerAngerLightBrief(float duration){