Fixed The Restless Ghost skull interaction (again)
This commit is contained in:
+1
@@ -25,6 +25,7 @@ public final class RestlessGhostSkull extends UseWithHandler {
|
|||||||
@Override
|
@Override
|
||||||
public Plugin<Object> newInstance(Object arg) throws Throwable {
|
public Plugin<Object> newInstance(Object arg) throws Throwable {
|
||||||
addHandler(2145, OBJECT_TYPE, this);
|
addHandler(2145, OBJECT_TYPE, this);
|
||||||
|
addHandler(15052, OBJECT_TYPE, this);
|
||||||
addHandler(15061, OBJECT_TYPE, this);
|
addHandler(15061, OBJECT_TYPE, this);
|
||||||
return this;
|
return this;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user