mirror of
https://github.com/izzy2lost/2ship2harkinian-Android.git
synced 2026-06-19 01:20:08 -07:00
Added Register and removed gEnhancments (#375)
This commit is contained in:
committed by
Garrett Cox
parent
4cb34b2153
commit
cea1992bcd
@@ -3,7 +3,7 @@
|
||||
|
||||
void RegisterUnbreakableRazorSword() {
|
||||
REGISTER_VB_SHOULD(GI_VB_LOWER_RAZOR_SWORD_DURABILITY, {
|
||||
if (CVarGetInteger("gEnhancements.Cheats.UnbreakableRazorSword", 0)) {
|
||||
if (CVarGetInteger("gCheats.UnbreakableRazorSword", 0)) {
|
||||
*should = false;
|
||||
}
|
||||
});
|
||||
|
||||
@@ -8,6 +8,7 @@ void InitEnhancements() {
|
||||
// Cheats
|
||||
RegisterInfiniteCheats();
|
||||
RegisterMoonJumpOnL();
|
||||
RegisterUnbreakableRazorSword();
|
||||
|
||||
// Cycle
|
||||
RegisterEndOfCycleSaveHooks();
|
||||
|
||||
Reference in New Issue
Block a user