mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2026-08-21 10:25:13 -06:00
..... lets not talk about it
This commit is contained in:
parent
2f792c88a2
commit
bffefaab30
1 changed files with 3 additions and 0 deletions
|
|
@ -17,6 +17,7 @@ import core.api.hasLineOfSight
|
|||
import core.api.sendChat
|
||||
import core.game.node.item.GroundItemManager
|
||||
import core.game.node.entity.player.Player
|
||||
import core.game.node.entity.skill.Skills
|
||||
import core.game.world.map.Location
|
||||
import core.game.world.map.RegionManager
|
||||
import core.game.world.update.flag.context.Animation
|
||||
|
|
@ -77,6 +78,8 @@ class PenanceRunnerNPC : NPCBehavior(*PENANCE_RUNNER_IDS.toIntArray()) {
|
|||
|
||||
self.properties.defenceAnimation = Animation(5101)
|
||||
self.properties.deathAnimation = Animation(5106)
|
||||
|
||||
self.getSkills().setStaticLevel(Skills.HITPOINTS, 5)
|
||||
}
|
||||
|
||||
override fun tick(self: NPC): Boolean {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue