Fix issue with dropship computer

The dropship computer now no longer gives a player a second mission item should they interact with it again after mission completion
This commit is contained in:
EmosewaMC
2022-06-20 22:22:32 -07:00
parent 43377caa3b
commit 6b30292efd
2 changed files with 4 additions and 2 deletions

View File

@@ -8,4 +8,6 @@ public:
void OnUse(Entity* self, Entity* user) override;
void OnDie(Entity* self, Entity* killer) override;
void OnTimerDone(Entity* self, std::string timerName) override;
private:
const LOT m_NexusTalonDataCard = 12323;
};