aboutsummaryrefslogtreecommitdiff
path: root/internal/game/cmd_clean.go
diff options
context:
space:
mode:
authorhistoria <[not public]>2026-07-01 04:53:56 -0400
committerhistoria <[not public]>2026-07-01 04:53:56 -0400
commitbf7c27c2cbf3eb56a0a4c5141e39b152c51614b5 (patch)
tree5383c325fafeb34c01ea737a7070402f040fc5af /internal/game/cmd_clean.go
parentfbe5090ac3325ff8ea6989cdf4515c7f077c975b (diff)
downloadthehouseoficarus-bf7c27c2cbf3eb56a0a4c5141e39b152c51614b5.tar.gz
feat: admin gui map, item, and objects mostly complete
Diffstat (limited to 'internal/game/cmd_clean.go')
-rw-r--r--internal/game/cmd_clean.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/game/cmd_clean.go b/internal/game/cmd_clean.go
index f77ff57..9fc37b7 100644
--- a/internal/game/cmd_clean.go
+++ b/internal/game/cmd_clean.go
@@ -22,7 +22,7 @@ func (g *Game) doClean(sess *net.Session, input string) {
return
}
- items := g.CraftIndex.BySubtype("clean")
+ items := g.CraftIndex.BySubtype("cleaning")
filter := strings.TrimSpace(input)
@@ -63,7 +63,7 @@ func (g *Game) doClean(sess *net.Session, input string) {
g.cancelBgAction(p)
p.BackgroundAction = &behavior.Action{
- Type: "clean",
+ Type: "cleaning",
TargetID: "clean_herbs",
Data: &behavior.CleanData{
Phase: 0,