Update to focus SE_BlockNextSpell (#1479)

Minor code changes to make the focus be checked consistent with how all other focuses are checked. No change in functionality.
This commit is contained in:
KayenEQ
2021-08-01 14:19:42 -04:00
committed by GitHub
parent 38beb804a3
commit 93b0264a8b
4 changed files with 3 additions and 10 deletions
+1 -1
View File
@@ -677,7 +677,7 @@ int Lua_StatBonuses::GetXPRateMod() const {
bool Lua_StatBonuses::GetBlockNextSpell() const {
Lua_Safe_Call_Bool();
return self->BlockNextSpell;
//return self->BlockNextSpell; bonus no longer used due to effect being a focus
}
bool Lua_StatBonuses::GetImmuneToFlee() const {