fix mind shield reqs

This commit is contained in:
aidan 2026-01-30 14:46:45 -06:00
parent 60ce5a2390
commit e1fef2c54f

View file

@ -443,7 +443,7 @@ class EWListeners : InteractionListener {
return@addDialogueAction
}
// Warn player they don't have the required book in their inventory
if (!player.inventory.containsAtLeastOneItem(intArrayOf(Items.BEATEN_BOOK_9717))) {
if (!player.inventory.containsAtLeastOneItem(intArrayOf(Items.SLASHED_BOOK_9715, Items.BATTERED_BOOK_2886))) {
sendDialogue(player, "This workbench is too complicated. You need instructions to follow.")
return@addDialogueAction
}