魔法礼物房间魅力值10%处理
This commit is contained in:
parent
39f8c63620
commit
71ee2040fe
@ -822,6 +822,10 @@ public class GiveGiftsListener implements MessageListener {
|
||||
return getAssistCpGiftGoldRatio("").multiply(new BigDecimal("10")).min(new BigDecimal("0.7"));
|
||||
}
|
||||
|
||||
if (event.checkMagicGift()) {
|
||||
return new BigDecimal("0.1");
|
||||
}
|
||||
|
||||
return BigDecimal.valueOf(1L);
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user