Commit e3619864 authored by Nemo Ma's avatar Nemo Ma

Update itemmix.func.php

Fix oversight regarding former club16 player (now club12) and 2x mix items.
parent 29878f5f
......@@ -400,7 +400,8 @@ function itemmix_events(&$data=NULL)
$wd+=1;
# 全能兄贵在合成补给品时,获得数量x2
if((strpos($itmk0,'H') === 0)&&($club == 16)&&($itms0 !== $nosta)){ $itms0 = ceil($itms0*2); }
// 16 is in the past...
if((strpos($itmk0,'H') === 0)&&($club == 12)&&($itms0 !== $nosta)){ $itms0 = ceil($itms0*2); }
# 拆弹专家合成爆炸物耐久*1.5
if(($itmk0 == 'WD' || $itmk0 == 'WDG') && ($club == 5)){ $itms0 = ceil($itms0*1.5); }
......
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