Skip to content

Commit

Permalink
フォーマット修正
Browse files Browse the repository at this point in the history
  • Loading branch information
nishi-kuma committed Mar 3, 2024
1 parent e50927e commit e7d1aa6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions UnexpectedDamage.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Ship = Java.type("logbook.internal.Ship")
//#region 全般

/** バージョン */
var VERSION = "3.1.3"
var VERSION = "3.1.4"
/** バージョン確認URL */
var UPDATE_CHECK_URL = "https://api.github.com/repos/Nishisonic/UnexpectedDamage/releases/latest"
/** ファイルの場所 */
Expand Down Expand Up @@ -5602,13 +5602,13 @@ function getEquipmentBonus(date, attacker) {
// 14inch/45 連装砲
// 14inch/45 三連装砲
// if (num = count(507) + count(508)) {}
//Walrus
// Walrus
if (num = count(510)) {
if (BRITISH_SHIPS.indexOf(ctype) >= 0) {
add ({ asw: 3 }, num)
}
}
// 逆探(E27)+22号対水上電探改四(後期調整型)
if (BRITISH_SHIPS.indexOf(ctype) >= 0) {
add ({ asw: 3 }, num)
}
}
// 逆探(E27)+22号対水上電探改四(後期調整型)
// if (num = count(517)) {}
// 14cm連装砲改二
if (num = count(518)) {
Expand Down
2 changes: 1 addition & 1 deletion drop_unexpectedDamage.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* 異常ダメージ検知
* @version 3.1.3
* @version 3.1.4
* @author Nishikuma
*/

Expand Down

0 comments on commit e7d1aa6

Please sign in to comment.