fuuuuuuuuuuuuuuuuuuuuuuuuck

This commit is contained in:
bushtail 2023-05-05 22:23:34 -04:00
parent a191a8b9a2
commit 724b7f12fc

View file

@ -17,7 +17,7 @@ class plugin : Plugin() {
when(entry?.type) {
MiniMenuType.OBJ -> {
val index = entry.subjectIndex
val def = ObjTypeList.get(index.toInt())
// val def = ObjTypeList.get(index.toInt())
if(entry.verb.equals("read", true)) {
if(EASY.contains(index.toInt())) {
entry.subject = entry.subject + " (easy)"
@ -28,6 +28,7 @@ class plugin : Plugin() {
}
}
}
else -> {}
}
}