Skip to content

Commit

Permalink
Merge pull request #1928 from GiganticMinecraft/feat/#1910
Browse files Browse the repository at this point in the history
feat: バレンタインイベント期間中に配布されるチョコチップクッキーの名称を変更
  • Loading branch information
lis authored Mar 20, 2023
2 parents def5609 + 6d67c03 commit c2b2acf
Showing 1 changed file with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@ object ValentineItemData {
s"${AQUA}ステータス変化(10分)$GRAY (期限内)"
).map(str => s"$RESET$str")

private val cookieName = s"$GOLD${BOLD}チョコチップクッキー"
// 配布のチョコチップクッキーと区別できるように
// FYI: https://github.com/GiganticMinecraft/SeichiAssist/issues/1910
private val cookieName = s"$GOLD${BOLD}爆発したカップルの本命チョコチップクッキー"

/**
* チョコチップクッキーであるかどうかを返す
Expand Down Expand Up @@ -83,10 +85,10 @@ object ValentineItemData {

// endregion

// region GiftedCookie -> 棒メニューでもらえるやつ
// region GiftedCookie -> イベント期間中にログイン時に入手できる

/**
* 棒メニューからチョコチップクッキーのアイテムID。2は有効期限が[[java.time.LocalDate]]のもの
* イベント期間中のログインでもらえるチョコチップクッキーのアイテムID。2は有効期限が[[java.time.LocalDate]]のもの
*/
private val giftedCookieTypeId = 4

Expand Down

0 comments on commit c2b2acf

Please sign in to comment.