Files
b131806acb [Enhancement] Tatl ISG (#301)
* Tatl ISG

Navi ISG, but with Tatl

* Separated into its own file

Thanks aMannus :)

* Rename Enum

* Added comment

* Spelling error

* NULL instead of 0

Co-authored-by: Archez <Archez@users.noreply.github.com>

---------

Co-authored-by: Archez <Archez@users.noreply.github.com>
2024-05-22 09:05:05 -05:00

11 lines
295 B
C++

#include <libultraship/bridge.h>
#include "Enhancements/GameInteractor/GameInteractor.h"
void RegisterTatlISG() {
REGISTER_VB_SHOULD(GI_VB_TATL_CONVERSATION_AVAILABLE, {
if (CVarGetInteger("gEnhancements.Restorations.TatlISG", 0)) {
*should = false;
}
});
}