diff options
| author | historia <[not public]> | 2026-07-01 04:53:56 -0400 |
|---|---|---|
| committer | historia <[not public]> | 2026-07-01 04:53:56 -0400 |
| commit | bf7c27c2cbf3eb56a0a4c5141e39b152c51614b5 (patch) | |
| tree | 5383c325fafeb34c01ea737a7070402f040fc5af /internal/game/cmd_clean.go | |
| parent | fbe5090ac3325ff8ea6989cdf4515c7f077c975b (diff) | |
| download | thehouseoficarus-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.go | 4 |
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, |
