Skip to content

Commit 042e1e0

Browse files
authored
release: 1.9.6 (#211)
2 parents f924ab8 + 04f7fc0 commit 042e1e0

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
@@ -105,5 +105,6 @@ enum class PersonaType {
105105
PIG_ROBOT,
106106
HAMSTER_SNOW,
107107
HAMSTER_SNOW_SWEET_POTATO,
108+
RUDOLPH,
108109
;
109110
}

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ enum class GotchaType(
120120
Capsule.of("CAPYBARA_SWIM", 0.4),
121121
Capsule.of("HAMSTER_SNOW", 0.01),
122122
Capsule.of("HAMSTER_SNOW_SWEET_POTATO", 0.009),
123+
Capsule.of("RUDOLPH", 0.005),
123124
)
124125
}
125126
}

0 commit comments

Comments
 (0)