Bubb13 / EEex

An executable extender for Beamdog's Enhanced Edition of the Infinity Engine
50 stars 7 forks source link

[op333] Static Charge #58

Closed 4Luke4 closed 1 year ago

4Luke4 commented 1 year ago

As of now, its Saving Throw is checked EVERY time it triggers, terminating the op333 effect if successful, so unless that is desired (or it only triggers once), it should not have a Saving Throw.

The following PR enables BIT0 of param3 to bypass this issue (i.e., when op333 is used in an external EFF file, setting BIT0 of param3 to 1 allows the specified SPL file not to terminate upon a successful saving throw).

Bubb13 commented 1 year ago

Thank you!