Skip to content

Commit d4a8dbc

Browse files
Make zombified piglins confused by SCP-268
1 parent ab8bc74 commit d4a8dbc

File tree

1 file changed

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

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ val lessAffectedEntities = listOfNotNull(
3434
*/
3535
val confusedEntities = listOfNotNull(
3636
EntityType.ZOMBIE,
37-
EntityType.IRON_GOLEM
37+
EntityType.IRON_GOLEM,
38+
EntityType.ZOMBIFIED_PIGLIN
3839
)
3940

4041
class SCP268Item(plugin: SCPPlugin) : TexturedItem(plugin, "scp_268", Material.LEATHER_HELMET) {

0 commit comments

Comments
 (0)