Commit 69693871 authored by winddramon's avatar winddramon

3202年了,冴冴还是天然呆

parent 0976f9ab
...@@ -1120,9 +1120,9 @@ function itemreduce($item,$mode=0){ //只限合成使用!! ...@@ -1120,9 +1120,9 @@ function itemreduce($item,$mode=0){ //只限合成使用!!
if(preg_match('/^(Y|B|C|X|TN|GB|H|P|V|M)/',$itmk)) if(preg_match('/^(Y|B|C|X|TN|GB|H|P|V|M)/',$itmk))
{ {
# Added one additional check to deal with infinite stamina item - destroy it when used in mix. # Added one additional check to deal with infinite stamina item - destroy it when used in mix.
if($itms = '∞'){ if($itms == '∞'){
$itms = 0; $itms = 0;
$log .= "<span class=\"red\">$itm</span>消失了……它已被"; $log .= "<span class=\"red\">$itm</span>消失了……它已被冴冴的天然呆给完全侵蚀了。";
$itm = $itmk = $itmsk = ''; $itm = $itmk = $itmsk = '';
$itme = $itms = 0; $itme = $itms = 0;
}else{ }else{
......
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