Jump to content

Mistress Viccy's post conversion experience holy symbol


Nythrun

Recommended Posts

I know it's poo, but any chance of adding an Anomen style fix to the cleric who's actually likely to run into an alignment conflict?

 

[untested]

// Holy Symbol of Talos usable by good/evil axis Neutral Aligned. Also poo, but necessary to let Viconia use it.
COPY_EXISTING ~belt14.itm~   ~override~
 PATCH_IF (%SOURCE_SIZE% > 0x71) THEN BEGIN
READ_BYTE  0x1e "flags"
WRITE_BYTE 0x1e ("%flags%" BAND 0b11110111) // removes neutral flag
 END
BUT_ONLY_IF_IT_CHANGES

[/untested]

Link to comment

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...