mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2026-08-21 18:35:11 -06:00
fix auto complete mistake
This commit is contained in:
parent
e24d5139c1
commit
c5f6f3a5cb
1 changed files with 1 additions and 1 deletions
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue