1
This commit is contained in:
parent
ab4bfc7c7c
commit
f182eb33ae
@ -70,7 +70,8 @@ func (this *ActivityApi) RollDice(c *gin.Context) {
|
|||||||
if reqJson.ForwardPoint > 0 {
|
if reqJson.ForwardPoint > 0 {
|
||||||
rspObj.Point = reqJson.ForwardPoint
|
rspObj.Point = reqJson.ForwardPoint
|
||||||
}
|
}
|
||||||
if err, ok := service.Buff.HasBuffEffect(s.GetAccountId(), constant.BUFF_EFFECT_SCORE_CARD_X3); err == nil {
|
if err, ok := service.Buff.HasBuffEffect(s.GetAccountId(),
|
||||||
|
constant.BUFF_EFFECT_SCORE_CARD_X3); err == nil {
|
||||||
if ok {
|
if ok {
|
||||||
score *= 3
|
score *= 3
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user