-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: マナが無くなったら掘れなくするパッシブスキルを追加 #2370
feat: マナが無くなったら掘れなくするパッシブスキルを追加 #2370
Conversation
14a859f
to
571abd3
Compare
@rito528 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
develop
ブランチの変更を取り込んでしまっているようなので、 git rebase --rebase-merges 1_18
などを実行して develop
ブランチの変更をコミット履歴から消していただけると助かります🙇♂️🙇♂️
了解です。 |
bb09299
to
509644b
Compare
509644b
to
e7c7cd3
Compare
@rito528 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
一旦2つ変更をお願いします
src/main/scala/com/github/unchama/seichiassist/listener/PlayerBlockBreakListener.scala
Outdated
Show resolved
Hide resolved
src/main/scala/com/github/unchama/seichiassist/util/BreakUtil.scala
Outdated
Show resolved
Hide resolved
@rito528 |
...ssist/subsystems/breakskilltriggerconfig/application/actions/BreakSkillTriggerSettings.scala
Outdated
Show resolved
Hide resolved
...ssist/subsystems/breakskilltriggerconfig/application/actions/BreakSkillTriggerSettings.scala
Outdated
Show resolved
Hide resolved
src/main/scala/com/github/unchama/seichiassist/subsystems/mana/domain/ManaManipulation.scala
Outdated
Show resolved
Hide resolved
src/main/scala/com/github/unchama/seichiassist/listener/PlayerBlockBreakListener.scala
Outdated
Show resolved
Hide resolved
src/main/scala/com/github/unchama/seichiassist/listener/PlayerBlockBreakListener.scala
Outdated
Show resolved
Hide resolved
@rito528 |
...unchama/seichiassist/subsystems/breakskilltriggerconfig/domain/BreakSkillTriggerConfig.scala
Outdated
Show resolved
Hide resolved
...hama/seichiassist/subsystems/breakskilltriggerconfig/domain/BreakSkillTriggerConfigKey.scala
Outdated
Show resolved
Hide resolved
...bsystems/breakskilltriggerconfig/infrastructure/JdbcBreakSkillTriggerConfigPersistence.scala
Outdated
Show resolved
Hide resolved
src/main/scala/com/github/unchama/seichiassist/subsystems/mana/domain/ManaAmount.scala
Outdated
Show resolved
Hide resolved
src/main/scala/com/github/unchama/seichiassist/subsystems/mana/domain/ManaManipulation.scala
Outdated
Show resolved
Hide resolved
...ain/scala/com/github/unchama/seichiassist/subsystems/mana/domain/LevelCappedManaAmount.scala
Outdated
Show resolved
Hide resolved
@rito528 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Otherwise LGTM.
再レビュー申請前に sbt scalafixAll; scalafmtAll;
を実行してもらえると助かります!
.../breaksuppressionpreference/application/BreakSuppressionPreferenceRepositoryDefinition.scala
Outdated
Show resolved
Hide resolved
...ms/breaksuppressionpreference/infrastructure/JdbcBreakSuppressionPreferencePersistence.scala
Outdated
Show resolved
Hide resolved
...ain/scala/com/github/unchama/seichiassist/subsystems/mana/domain/LevelCappedManaAmount.scala
Outdated
Show resolved
Hide resolved
...ain/scala/com/github/unchama/seichiassist/subsystems/breaksuppressionpreference/System.scala
Outdated
Show resolved
Hide resolved
src/main/scala/com/github/unchama/seichiassist/menus/skill/PassiveSkillMenu.scala
Outdated
Show resolved
Hide resolved
src/main/scala/com/github/unchama/seichiassist/menus/skill/PassiveSkillMenu.scala
Outdated
Show resolved
Hide resolved
src/main/scala/com/github/unchama/seichiassist/listener/PlayerBlockBreakListener.scala
Outdated
Show resolved
Hide resolved
@rito528 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
最後に1点だけ変更お願いします!
src/main/scala/com/github/unchama/seichiassist/menus/skill/PassiveSkillMenu.scala
Outdated
Show resolved
Hide resolved
Co-authored-by: rito528 <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.👍👍👍
お疲れ様でした!
close #1964
このPRの変更点と理由:
主な変更点
補足情報: