forked from 2009Scape/Server
Increased Abyssal Titan carrying capacity
This commit is contained in:
parent
acfd5c90b9
commit
3fd5f60d7f
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ import org.rs09.consts.NPCs
|
|||
@Initializable
|
||||
class AbyssalTitanNPC
|
||||
constructor(owner: Player? = null, id: Int = NPCs.ABYSSAL_TITAN_7349) :
|
||||
BurdenBeast(owner, id, 3200, Items.ABYSSAL_TITAN_POUCH_12796, 6, 7, WeaponInterface.STYLE_ACCURATE) {
|
||||
BurdenBeast(owner, id, 3200, Items.ABYSSAL_TITAN_POUCH_12796, 6, 30, WeaponInterface.STYLE_ACCURATE) {
|
||||
override fun construct(owner: Player, id: Int): Familiar {
|
||||
return AbyssalTitanNPC(owner, id)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue