aboutsummaryrefslogtreecommitdiff
path: root/internal/game/action_gather.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/game/action_gather.go')
-rw-r--r--internal/game/action_gather.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/game/action_gather.go b/internal/game/action_gather.go
index 135a7be..fe3d2a9 100644
--- a/internal/game/action_gather.go
+++ b/internal/game/action_gather.go
@@ -218,7 +218,7 @@ func (g *Game) advanceGather(sess *net.Session, p *player.Player) {
msg = color.ExpandTags(g.colorMode(sess), msg)
}
if xp > 0 && p.OptionBool("xp_drops") {
- msg += g.colorize(sess, "xp", fmt.Sprintf(" (+%dxp %s)", xp, player.SkillAbbr[player.SkillName(cfg.Skill)]))
+ msg += g.formatXpDropSingle(sess, p, player.SkillName(cfg.Skill), xp)
}
sess.WriteLine(msg)