We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99970ba commit f71e8c4Copy full SHA for f71e8c4
main/java/net/ildar/wurm/bot/HealingBot.java
@@ -40,7 +40,7 @@ protected void work() throws Exception{
40
while (inventoryItems.size() > 0) {
41
InventoryMetaItem item = inventoryItems.get(0);
42
if (woundNames.contains(item.getBaseName())
43
- && !item.getBaseName().contains("bandaged"))
+ && !item.getDisplayName().contains("bandaged"))
44
wounds.add(item);
45
if (item.getChildren() != null)
46
inventoryItems.addAll(item.getChildren());
0 commit comments