Skip to content

Commit 86c38db

Browse files
authored
release: 1.6.1 (#174)
2 parents 7449a67 + 436d4c4 commit 86c38db

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,5 +88,7 @@ enum class PersonaType {
8888
MALTESE,
8989
MALTESE_KING,
9090
UNICORN,
91+
SHIBA,
92+
SHIBA_KING,
9193
;
9294
}

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,8 @@ enum class GotchaType(
110110
Capsule.of("MALTESE", 0.02),
111111
Capsule.of("MALTESE_KING", 0.01),
112112
Capsule.of("UNICORN", 0.001),
113+
Capsule.of("SHIBA", 0.3),
114+
Capsule.of("SHIBA_KING", 0.01),
113115
)
114116
}
115117
}

0 commit comments

Comments
 (0)