Skip to content

Commit

Permalink
fix: イベント中のガチャリストにエンチャント瓶を含める
Browse files Browse the repository at this point in the history
  • Loading branch information
rito528 committed Jun 29, 2023
1 parent 4bd3112 commit 8ea9c60
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ object System {
} yield {
createdEvents.find(_.isHolding) match {
case Some(value) =>
prizes.filter(_.gachaEventName.contains(value.eventName))
prizes.filter(_.gachaEventName.contains(value.eventName)) :+ expBottle
case None =>
prizes.filter(_.gachaEventName.isEmpty)
}
Expand Down

0 comments on commit 8ea9c60

Please sign in to comment.