aboutsummaryrefslogtreecommitdiff
path: root/internal/game/sys_labor.go
diff options
context:
space:
mode:
authorhistoria <[not public]>2026-07-14 16:35:28 -0400
committerhistoria <[not public]>2026-07-14 16:35:28 -0400
commite679811057bedda7864b61a325a11e472e0034ad (patch)
tree5a9a580f808a13e2e6aad24635ab5c567fec13f2 /internal/game/sys_labor.go
parent351f1d78e2d94da4445c015d863dbaa34bc58619 (diff)
downloadthehouseoficarus-e679811057bedda7864b61a325a11e472e0034ad.tar.gz
feat: new default color scheme
Diffstat (limited to 'internal/game/sys_labor.go')
-rw-r--r--internal/game/sys_labor.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/game/sys_labor.go b/internal/game/sys_labor.go
index 43f7bb2..6004b75 100644
--- a/internal/game/sys_labor.go
+++ b/internal/game/sys_labor.go
@@ -22,7 +22,7 @@ func taskWorkVerb(mob *world.MobInstance) string {
// inverse of hpBar. It is used for task worksites whose internal HP drains to 0
// to complete the work (progress = MaxHP - HP).
func (g *Game) progressBar(sess *net.Session, progress, max int) string {
- return g.renderBar(sess, progress, max, 39)
+ return g.renderBar(sess, progress, max, 67)
}
// writeTaskProgress prints the per-tick progress line for a task worksite,