부상 코드

This commit is contained in:
2018-04-21 10:47:09 +09:00
parent d119200287
commit 0f45de8384
+1 -1
View File
@@ -135,7 +135,7 @@ function formatWounded(int $value, int $wound): string{
return "$value"; return "$value";
} }
$woundedValue = intdiv($value * (100 - $wound), 100); $woundedValue = intdiv($value * (100 - $wound), 100);
return "<font color=red>$woundedvalue</font>"; return "<font color=red>$woundedValue</font>";
} }
function formatDefenceMode(int $value): string{ function formatDefenceMode(int $value): string{