X-Git-Url: https://jfr.im/git/irc/gameservirc.git/blobdiff_plain/cdc9a6db137c768ed564fe0853d6800fcaf27043..ad7dfaa0a894de4dce5ed73deba7dd9edb85b55c:/gameserv/c_forest.cpp diff --git a/gameserv/c_forest.cpp b/gameserv/c_forest.cpp index 21e065e..c7e5a1a 100644 --- a/gameserv/c_forest.cpp +++ b/gameserv/c_forest.cpp @@ -20,6 +20,8 @@ void forest(char *source, char *buf) do_forest(source); } else if (stricmp(cmd, "ATTACK") == 0) { do_attack(source); + } else if (stricmp(cmd, "HEAL") == 0) { + do_heal(source); } source--;