Skip to content

Commit f7363d5

Browse files
authored
release: 1.9.0 (#205)
2 parents 07a1bbd + 74a7437 commit f7363d5

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
@@ -103,5 +103,7 @@ enum class PersonaType {
103103
FLAMINGO_WHITE,
104104
GOOSE_ROBOT,
105105
PIG_ROBOT,
106+
HAMSTER_SNOW,
107+
HAMSTER_SNOW_SWEET_POTATO,
106108
;
107109
}

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,8 @@ enum class GotchaType(
118118
Capsule.of("CAPYBARA", 0.8),
119119
Capsule.of("CAPYBARA_CARROT", 0.6),
120120
Capsule.of("CAPYBARA_SWIM", 0.4),
121+
Capsule.of("HAMSTER_SNOW", 0.01),
122+
Capsule.of("HAMSTER_SNOW_SWEET_POTATO", 0.009),
121123
)
122124
}
123125
}

0 commit comments

Comments
 (0)