forked from devsam/core
부상 코드
This commit is contained in:
@@ -135,7 +135,7 @@ function formatWounded(int $value, int $wound): string{
|
||||
return "$value";
|
||||
}
|
||||
$woundedValue = intdiv($value * (100 - $wound), 100);
|
||||
return "<font color=red>$woundedvalue</font>";
|
||||
return "<font color=red>$woundedValue</font>";
|
||||
}
|
||||
|
||||
function formatDefenceMode(int $value): string{
|
||||
|
||||
Reference in New Issue
Block a user