Merge branch 'teclyn-leprechaun' into 'master'

Teclyn (the elf near the Lletya fruit tree patch) should function as a tool leprechaun.

See merge request 2009scape/2009scape!284
This commit is contained in:
Ceikry 2021-10-01 02:39:19 +00:00
commit ace3d5364b

View file

@ -11,7 +11,7 @@ import core.plugin.Plugin
import org.rs09.consts.Components
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
class ToolLeprechaunHandler : OptionHandler() {
override fun newInstance(arg: Any?): Plugin<Any> {
@ -32,4 +32,4 @@ class ToolLeprechaunHandler : OptionHandler() {
return true
}
}
}