aboutsummaryrefslogtreecommitdiff
path: root/basetypes
diff options
context:
space:
mode:
authorjani270 <69345714+jani270@users.noreply.github.com>2025-01-17 00:14:55 +0100
committerLinnea Gräf <nea@nea.moe>2025-01-17 01:52:18 +0100
commite42bc6340771d87e2fb0263a4ad81528aeebec69 (patch)
tree63039ea0aa2ae98307d1eddcf13665bd37f32f9b /basetypes
parent18c6e6ec7296ea8a12fcd9dd58c0c0e2fdc02514 (diff)
downloadLocalTransactionLedger-e42bc6340771d87e2fb0263a4ad81528aeebec69.tar.gz
LocalTransactionLedger-e42bc6340771d87e2fb0263a4ad81528aeebec69.tar.bz2
LocalTransactionLedger-e42bc6340771d87e2fb0263a4ad81528aeebec69.zip
feat: Pest Repellent Detection
Diffstat (limited to 'basetypes')
-rw-r--r--basetypes/src/main/kotlin/moe/nea/ledger/TransactionType.kt1
1 files changed, 1 insertions, 0 deletions
diff --git a/basetypes/src/main/kotlin/moe/nea/ledger/TransactionType.kt b/basetypes/src/main/kotlin/moe/nea/ledger/TransactionType.kt
index 8424893..a3910a0 100644
--- a/basetypes/src/main/kotlin/moe/nea/ledger/TransactionType.kt
+++ b/basetypes/src/main/kotlin/moe/nea/ledger/TransactionType.kt
@@ -31,6 +31,7 @@ enum class TransactionType {
KUUDRA_CHEST_OPEN,
NPC_BUY,
NPC_SELL,
+ PEST_REPELLENT_USED,
VISITOR_BARGAIN,
WYRM_EVOKED,
} \ No newline at end of file