Fixed The Restless Ghost skull interaction (again)

This commit is contained in:
Byte
2022-10-26 09:18:06 +00:00
committed by Ryan
parent 5baa488301
commit 3d6c91b487
@@ -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;
} }