From 122fdc9831c87038511c23e96d868482e588387d Mon Sep 17 00:00:00 2001 From: hannibal2 <24389977+hannibal00212@users.noreply.github.com> Date: Tue, 28 Nov 2023 00:53:40 +0100 Subject: Fixed Locust pest not getting detected in damage indicator. --- src/main/java/at/hannibal2/skyhanni/features/garden/pests/PestType.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main/java') diff --git a/src/main/java/at/hannibal2/skyhanni/features/garden/pests/PestType.kt b/src/main/java/at/hannibal2/skyhanni/features/garden/pests/PestType.kt index 1e1765dff..946a37c4a 100644 --- a/src/main/java/at/hannibal2/skyhanni/features/garden/pests/PestType.kt +++ b/src/main/java/at/hannibal2/skyhanni/features/garden/pests/PestType.kt @@ -7,7 +7,7 @@ enum class PestType(val displayName: String, val damageIndicatorBoss: BossType, CRICKET("Cricket", BossType.GARDEN_PEST_CRICKET, SprayType.HONEY_JAR), EARTHWORM("Earthworm", BossType.GARDEN_PEST_EARTHWORM, SprayType.COMPOST), FLY("Fly", BossType.GARDEN_PEST_FLY, SprayType.DUNG), - LOCTUS("Loctus", BossType.GARDEN_PEST_LOCUST, SprayType.PLANT_MATTER), + LOCUST("Locust", BossType.GARDEN_PEST_LOCUST, SprayType.PLANT_MATTER), MITE("Mite", BossType.GARDEN_PEST_MITE, SprayType.TASTY_CHEESE), MOSQUITO("Mosquito", BossType.GARDEN_PEST_MOSQUITO, SprayType.COMPOST), MOTH("Moth", BossType.GARDEN_PEST_MOTH, SprayType.HONEY_JAR), -- cgit