Skip to content

Commit

Permalink
add king slimes spawns to soul blacklist
Browse files Browse the repository at this point in the history
  • Loading branch information
direwolf420 committed Jan 16, 2019
1 parent 736e99b commit 0a3663c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions AssortedCrazyThings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,9 @@ private void InitSoulBuffBlacklist()
soulBuffBlacklist[index++] = NPCID.DuneSplicerTail;
soulBuffBlacklist[index++] = NPCID.SpikeBall;
soulBuffBlacklist[index++] = NPCID.BlazingWheel;

soulBuffBlacklist[index++] = NPCID.BlueSlime;
soulBuffBlacklist[index++] = NPCID.SlimeSpiked;
//immune to all debuffs anyway
//soulBuffBlacklist[index++] = NPCID.TheDestroyerBody;
//soulBuffBlacklist[index++] = NPCID.TheDestroyerTail;
Expand Down

0 comments on commit 0a3663c

Please sign in to comment.