mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-11 17:10:21 -07:00
Teclyn (the elf near the Lletya fruit tree patch) should function as a tool leprechaun.
This commit is contained in:
parent
0e1a1c756c
commit
7613fec4b5
1 changed files with 2 additions and 2 deletions
|
|
@ -11,7 +11,7 @@ import core.plugin.Plugin
|
||||||
import org.rs09.consts.Components
|
import org.rs09.consts.Components
|
||||||
import org.rs09.consts.NPCs
|
import org.rs09.consts.NPCs
|
||||||
|
|
||||||
val TL_IDS = arrayOf(NPCs.TOOL_LEPRECHAUN_3021,NPCs.GOTH_LEPRECHAUN_8000,NPCs.TOOL_LEPRECHAUN_4965)
|
val TL_IDS = arrayOf(NPCs.TOOL_LEPRECHAUN_3021,NPCs.GOTH_LEPRECHAUN_8000,NPCs.TOOL_LEPRECHAUN_4965,NPCs.TECLYN_2861)
|
||||||
@Initializable
|
@Initializable
|
||||||
class ToolLeprechaunHandler : OptionHandler() {
|
class ToolLeprechaunHandler : OptionHandler() {
|
||||||
override fun newInstance(arg: Any?): Plugin<Any> {
|
override fun newInstance(arg: Any?): Plugin<Any> {
|
||||||
|
|
@ -32,4 +32,4 @@ class ToolLeprechaunHandler : OptionHandler() {
|
||||||
return true
|
return true
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue