@Override public boolean attachTo(Char target) { super.attachTo(target); delay(); return true; }
public void activate(Char ch) { buff = buff(); if (buff != null) { buff.attachTo(ch); } }