[Commands] Add #forage command (#4133)

This commit is contained in:
JJ
2024-02-28 17:43:14 -08:00
committed by GitHub
parent aa0ca88d9d
commit 182327b385
3 changed files with 9 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
#include "../client.h"
void command_forage(Client *c, const Seperator *sep)
{
c->ForageItem(true);
}