Skip to content

Commit 7eb0b78

Browse files
authored
release: 1.6.3 (#177)
2 parents 26ab8a1 + a0f4745 commit 7eb0b78

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

src/main/kotlin/org/gitanimals/auction/domain/PersonaType.kt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,5 +90,8 @@ enum class PersonaType {
9090
UNICORN,
9191
SHIBA,
9292
SHIBA_KING,
93+
LITTLE_CHICK_TUBE,
94+
HAMSTER_TUBE,
95+
RABBIT_TUBE,
9396
;
9497
}

src/main/kotlin/org/gitanimals/gotcha/domain/GotchaType.kt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,9 @@ enum class GotchaType(
112112
Capsule.of("UNICORN", 0.001),
113113
Capsule.of("SHIBA", 0.3),
114114
Capsule.of("SHIBA_KING", 0.01),
115+
Capsule.of("LITTLE_CHICK_TUBE", 0.01),
116+
Capsule.of("RABBIT_TUBE", 0.01),
117+
Capsule.of("HAMSTER_TUBE", 0.01),
115118
)
116119
}
117120
}

0 commit comments

Comments
 (0)