Source Part:
__Common\randomoption.cpp
Search for
Replace with
Code:
#ifdef __MASK_AWA
case PARTS_MASK:
#endif //__MASK_AWA
#ifdef __RING_AWA
case PARTS_NECKLACE1:
case PARTS_RING1:
case PARTS_RING2:
case PARTS_EARRING1:
case PARTS_EARRING2:
#endif //__RING_AWA
And define __MASK_AWA and if you want __RING_AWA, too.
Resource Part:
randomoption.inc
Replace
with
And you're done.