forked from 2009Scape/Server
Fixing missing healing on Void Spinner Familiar
This commit is contained in:
parent
7113ef393d
commit
81779f1fae
1 changed files with 2 additions and 1 deletions
|
|
@ -195,8 +195,9 @@ public final class VoidFamiliarNPC implements Plugin<Object> {
|
|||
public void handleFamiliarTick() {
|
||||
super.handleFamiliarTick();
|
||||
if (healDelay < GameWorld.getTicks()) {
|
||||
getSkills().heal(1);
|
||||
owner.getSkills().heal(1);
|
||||
healDelay = GameWorld.getTicks() + 25;
|
||||
owner.graphics(Graphics.create(1507), 1);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue