diff --git a/src/server/game/mod/catnip/Catnip.go b/src/server/game/mod/catnip/Catnip.go index 36377005..ac8a9663 100644 --- a/src/server/game/mod/catnip/Catnip.go +++ b/src/server/game/mod/catnip/Catnip.go @@ -171,6 +171,7 @@ func (c *CatnipMod) Play(Id int) (int, int, int, []*item.Item, []*item.Item, int return 0, 0, 0, nil, nil, 0, fmt.Errorf("game with ID %d does not exist", Id) } Id, Items, Growth, FriendItems := catnipCfg.GetJackpotItem(c.Mul) + Growth = Growth * c.Mul if Growth > 0 { c.Growth(Id, Growth) }