mirror of
https://github.com/izzy2lost/2ship2harkinian-Android.git
synced 2026-06-19 01:20:08 -07:00
* 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>
11 lines
295 B
C++
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;
|
|
}
|
|
});
|
|
}
|