mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-09 16:45:46 -07:00
fuuuuuuuuuuuuuuuuuuuuuuuuck
This commit is contained in:
parent
a191a8b9a2
commit
724b7f12fc
1 changed files with 2 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ class plugin : Plugin() {
|
||||||
when(entry?.type) {
|
when(entry?.type) {
|
||||||
MiniMenuType.OBJ -> {
|
MiniMenuType.OBJ -> {
|
||||||
val index = entry.subjectIndex
|
val index = entry.subjectIndex
|
||||||
val def = ObjTypeList.get(index.toInt())
|
// val def = ObjTypeList.get(index.toInt())
|
||||||
if(entry.verb.equals("read", true)) {
|
if(entry.verb.equals("read", true)) {
|
||||||
if(EASY.contains(index.toInt())) {
|
if(EASY.contains(index.toInt())) {
|
||||||
entry.subject = entry.subject + " (easy)"
|
entry.subject = entry.subject + " (easy)"
|
||||||
|
|
@ -28,6 +28,7 @@ class plugin : Plugin() {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
else -> {}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue