mirror of
https://github.com/izzy2lost/2ship2harkinian-Android.git
synced 2026-06-19 01:20:08 -07:00
11 lines
290 B
C++
11 lines
290 B
C++
#include <libultraship/bridge.h>
|
|
#include "2s2h/GameInteractor/GameInteractor.h"
|
|
|
|
void RegisterFierceDeityAnywhere() {
|
|
REGISTER_VB_SHOULD(VB_DISABLE_FD_MASK, {
|
|
if (CVarGetInteger("gEnhancements.Masks.FierceDeitysAnywhere", 0)) {
|
|
*should = false;
|
|
}
|
|
});
|
|
}
|