Skip to content

Commit 87c6962

Browse files
Add more entities unaffected by SCP-268
1 parent 3f9fd9c commit 87c6962

File tree

1 file changed

+4
-1
lines changed
  • src/main/java/dev/enderman/minecraft/plugins/scp/items

1 file changed

+4
-1
lines changed

src/main/java/dev/enderman/minecraft/plugins/scp/items/SCP268Item.kt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,10 @@ import org.bukkit.potion.PotionEffectType
1515

1616
val unaffectedEntities = listOfNotNull(
1717
EntityType.WARDEN,
18-
EntityType.ZOMBIE
18+
EntityType.ZOMBIE,
19+
EntityType.ENDERMAN,
20+
EntityType.GUARDIAN,
21+
EntityType.ELDER_GUARDIAN,
1922
)
2023

2124
/**

0 commit comments

Comments
 (0)