7 lines
103 B
C++

#include "../client.h"
void command_forage(Client *c, const Seperator *sep)
{
c->ForageItem(true);
}