Commit 0f0fff65 authored by Nemo Ma's avatar Nemo Ma

Fix

Fix final damage of Minibee when dealing non-extra damage.
Fix title oddity being outputted in news.
Fix a case of log oddity when Drafter Weapon is used by player.
parent 5a6efdfa
......@@ -413,7 +413,7 @@ namespace revattr
//没有灵抽的情况下,向属性数组中打入复制后武器的属性
if(!isset($pa['sldr_flag'])) $pa['ex_keys'] = array_merge($pa['ex_keys'],get_itmsk_array($pa['wepsk']));
get_wep_kind($pa);
$log .= "{$pa['nm']}使用{$pa['wep']}<span class=\"yellow\">{$attinfo[$pa['wep_kind']]}</span>{$pd['nm']}!<br>";
//$log .= "{$pa['nm']}使用{$pa['wep']}<span class=\"yellow\">{$attinfo[$pa['wep_kind']]}</span>{$pd['nm']}!<br>";
}
}
else
......
......@@ -448,7 +448,7 @@ namespace revattr
get_inf_rev($pd,'p');
}else{
$log .= "<span class=\"yellow\">体当冲刺朝你袭来!造成了<span class=\"red\">550</span>点伤害!<br>";
$dmg = 250;
$dmg = 550;
}
return $dmg;
}
......
......@@ -37,14 +37,14 @@ function nparse_news($start = 0, $range = 0 ){//$type = '') {
//'itemmix' => 'd',
//'syncmix' => 'c',
//'overmix' => 'c',
'senditem' => 'd',
//'senditem' => 'd',
'csl_wthchange' => 'c',
'csl_hack' => 'b',
'csl_addarea' => 'b',
'song' => 'd',
'revival' => 'b',
'wth18_revival' => 'b',
'aurora_revival' => 'b',
//'revival' => 'b',
//'wth18_revival' => 'b',
//'aurora_revival' => 'b',
);
//for($i = $start;$i <= $r;$i++) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment