Add OptionEntry Test Bard
This commit is contained in:
parent
0f5fd4a7b1
commit
43841477bc
4 changed files with 5 additions and 5 deletions
|
|
@ -2538,7 +2538,7 @@ bool IsItemAvailable(int i)
|
|||
|| (
|
||||
// Bard items are technically Hellfire-exclusive
|
||||
// but are just normal items with adjusted stats.
|
||||
sgOptions.Gameplay.bTestBard && IsAnyOf(i, IDI_BARDSWORD, IDI_BARDDAGGER));
|
||||
*sgOptions.Gameplay.testBard && IsAnyOf(i, IDI_BARDSWORD, IDI_BARDDAGGER));
|
||||
}
|
||||
|
||||
BYTE GetOutlineColor(const Item &item, bool checkReq)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue