Skip to content

Commit 903fe75

Browse files
authored
release: 1.5.7 (#169)
2 parents 9996d3f + b15d39e commit 903fe75

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,5 +87,6 @@ enum class PersonaType {
8787
HAMSTER_SANTA,
8888
MALTESE,
8989
MALTESE_KING,
90+
UNICORN,
9091
;
9192
}

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ enum class GotchaType(
109109
Capsule.of("HAMSTER_SANTA", 0.01),
110110
Capsule.of("MALTESE", 0.02),
111111
Capsule.of("MALTESE_KING", 0.01),
112+
Capsule.of("UNICORN", 0.001),
112113
)
113114
}
114115
}

0 commit comments

Comments
 (0)