Skip to content

Commit

Permalink
Update CoreDoomwood.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
wtffidy committed Jan 20, 2025
1 parent d9bbe09 commit b82a1c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Story/Doomwood/CoreDoomwood.cs
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ public void TempleOfTheLight()
{
Core.EnsureAccept(1124);
Core.GetMapItem(456, 6, "temple");
Core.KillMonster("temple", "r3", "Up", "Undead Mage", "Necrotic Rune", 10);
Core.KillMonster("temple", "r3", "Up", "Undead Mage", "Necrotic Rune", 3);
Core.KillMonster("temple", "r3", "Up", "Doomwood Ectomancer", "Ecto-Covered Rune", 3);
Core.EnsureComplete(1124);
}
Expand All @@ -282,7 +282,7 @@ public void TempleOfTheLight()
{
Core.EnsureAccept(1126);
Core.GetMapItem(457, 8, "temple");
Core.KillMonster("temple", "r5", "Up", "Skeletal Fire Mage", "Flame Extinguished", 10);
Core.KillMonster("temple", "r5", "Up", "Skeletal Fire Mage", "Flame Extinguished", 6);
Core.EnsureComplete(1126);
}

Expand Down

0 comments on commit b82a1c1

Please sign in to comment.