mirror of
https://github.com/YouHaveTrouble/YHTMod.git
synced 2026-05-11 21:56:54 +00:00
fix desert scourge granting wrong credit id
This commit is contained in:
@@ -28,7 +28,7 @@ public class BossKillListener : GlobalNPC {
|
||||
Mod calamity = CalamityHelper.GetCalamityMod();
|
||||
if (calamity == null) return;
|
||||
if (calamity.TryFind("DesertScourgeHead", out ModNPC desertScourgeHead)) {
|
||||
BossIds.Add(desertScourgeHead.Type, "desert_scourge_head");
|
||||
BossIds.Add(desertScourgeHead.Type, "desert_scourge");
|
||||
}
|
||||
if (calamity.TryFind("Crabulon", out ModNPC crabulon)) {
|
||||
BossIds.Add(crabulon.Type, "crabulon");
|
||||
|
||||
Reference in New Issue
Block a user