koishi-plugin-dicey-dungeons
Advanced tools
Comparing version 1.0.7 to 1.0.8
@@ -475,10 +475,8 @@ "use strict"; | ||
} | ||
else if (Decision == 2) { | ||
if (dice_b == '偶数' && dice_a % 2 == 0) { | ||
return true; | ||
} | ||
else if (dice_b == '奇数' && dice_a % 2 == 1) { | ||
return true; | ||
} | ||
else if (Decision == 2 && dice_b == '偶数' && dice_a % 2 == 0) { | ||
return true; | ||
} | ||
else if (Decision == 2 && dice_b == '偶数' && dice_a % 2 == 1) { | ||
return true; | ||
} | ||
else if (Decision == 3) { | ||
@@ -485,0 +483,0 @@ return true; |
{ | ||
"name": "koishi-plugin-dicey-dungeons", | ||
"description": "中文名:骰子地下城 双人回合对战", | ||
"version": "1.0.7", | ||
"version": "1.0.8", | ||
"main": "lib/index.js", | ||
@@ -6,0 +6,0 @@ "typings": "lib/index.d.ts", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
34325
616