diff --git a/BigBaseV2/src/util/system.hpp b/BigBaseV2/src/util/system.hpp index dd6d9c6d..621a8c46 100644 --- a/BigBaseV2/src/util/system.hpp +++ b/BigBaseV2/src/util/system.hpp @@ -24,4 +24,9 @@ namespace big::system file.close(); } + + inline void patch_blame(bool toggle) + { + *(unsigned short*)g_pointers->m_blame_explode = toggle ? 0xE990 : 0x850F; + } } \ No newline at end of file