Increased Abyssal Parasite carrying capacity

This commit is contained in:
randy 2024-11-08 16:22:42 -07:00
parent 6195af3e7b
commit acfd5c90b9

View file

@ -36,7 +36,7 @@ public class AbyssalParasiteNPC extends BurdenBeast {
* @param id The id.
*/
public AbyssalParasiteNPC(Player owner, int id) {
super(owner, id, 3000, 12035, 1, 7);
super(owner, id, 3000, 12035, 1, 18);
}
@Override