fix: old man npc mission (#1982)

* fix: old man npc mission

tested that the repeatable daily now has to actually be done and also can actually be done.

* Update OldManNPC.cpp
This commit is contained in:
David Markowitz
2026-06-08 20:44:29 -07:00
committed by GitHub
parent a156a8fcba
commit 1d2de705fb
5 changed files with 45 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
#ifndef OLDMANNPC_H
#define OLDMANNPC_H
#include "CppScripts.h"
class OldManNPC : public CppScripts::Script {
void OnUse(Entity* self, Entity* user) override;
};
#endif //!OLDMANNPC_H