Increased Abyssal Lurker carrying capacity

This commit is contained in:
randy 2024-11-08 16:22:21 -07:00
parent 4eebee34c4
commit 6195af3e7b

View file

@ -28,7 +28,7 @@ public class AbyssalLurkerNPC extends BurdenBeast {
* @param id The id.
*/
public AbyssalLurkerNPC(Player owner, int id) {
super(owner, id, 4100, 12037, 3, 7, WeaponInterface.STYLE_CAST);
super(owner, id, 4100, 12037, 3, 24, WeaponInterface.STYLE_CAST);
}
@Override