fix auto complete mistake

This commit is contained in:
Tooze 2026-05-29 10:43:21 -04:00
parent e24d5139c1
commit c5f6f3a5cb

View file

@ -27,7 +27,7 @@ class EvilChickenNPC(override var loot: WeightBasedTable? = null) : RandomEventN
override fun finalizeDeath(killer: Entity?) {
super.finalizeDeath(killer)
GroundItemManager.create(Item(Items.RED_EGG_10532, RandomFunction.random(50,300)), this.dropLocation, player)
GroundItemManager.create(Item(Items.FEATHER_314, RandomFunction.random(50,300)), this.dropLocation, player)
}
override fun tick() {