From 5daefca0b50e563152462f0ee1a963b8c98c33f0 Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Thu, 16 Jan 2025 21:53:02 +0100 Subject: feat: Gummy Polar Bear Detection --- basetypes/src/main/kotlin/moe/nea/ledger/TransactionType.kt | 1 + 1 file changed, 1 insertion(+) (limited to 'basetypes/src/main') diff --git a/basetypes/src/main/kotlin/moe/nea/ledger/TransactionType.kt b/basetypes/src/main/kotlin/moe/nea/ledger/TransactionType.kt index 33c633d..8424893 100644 --- a/basetypes/src/main/kotlin/moe/nea/ledger/TransactionType.kt +++ b/basetypes/src/main/kotlin/moe/nea/ledger/TransactionType.kt @@ -24,6 +24,7 @@ enum class TransactionType { FORGED, GOD_POTION_DRANK, GOD_POTION_MIXIN_DRANK, + GUMMY_POLAR_BEAR_ATE, KAT_TIMESKIP, KAT_UPGRADE, KISMET_REROLL, -- cgit