Files

11 lines
294 B
C++
Raw Permalink Normal View History

#include <libultraship/bridge.h>
#include "2s2h/GameInteractor/GameInteractor.h"
void RegisterUnbreakableRazorSword() {
2024-10-05 10:02:53 -05:00
REGISTER_VB_SHOULD(VB_LOWER_RAZOR_SWORD_DURABILITY, {
if (CVarGetInteger("gCheats.UnbreakableRazorSword", 0)) {
*should = false;
}
});
}