chore: cleanup some vanity npc logic (#1174)

* Dont setup talk for vanity npc's if they are no phrases
no ghosting ldfkey for canity npc's

* void, oops

* formatting
This commit is contained in:
Aaron Kimbrell
2023-08-03 21:37:09 -05:00
committed by GitHub
parent 9a07020a51
commit 952786c166
2 changed files with 16 additions and 14 deletions

View File

@@ -85,6 +85,7 @@ public:
bool GetPlayerReadyForUpdates() const { return m_PlayerIsReadyForUpdates; }
bool GetIsGhostingCandidate() const;
void SetIsGhostingCandidate(bool value) { m_IsGhostingCandidate = value; };
int8_t GetObservers() const;