gemrb / gemrb

GemRB is a portable open-source implementation of Bioware’s Infinity Engine.
https://gemrb.org
GNU General Public License v2.0
976 stars 182 forks source link

[IWD1] Can't select target of static charge spell #1239

Closed FrElvire closed 10 months ago

FrElvire commented 3 years ago

Bug description

When casting static charge spell, you can't select the target, it's automatically casted on yourself.

Unknown]: Cast spell: sppr412 [Unknown]: Slot: 3 [Unknown]: Type: 0 (1 vs 1) [Unknown]: Spellname: Static Charge [Unknown]: Target: 5 [Unknown]: Range: 80

GemRB version: master

lynxlynxlynx commented 3 years ago

Even the description says it has a range of Caster and the data follows that. It doesn't have any special projectile set, so I guess we have to fix it in fx_static_charge.

lynxlynxlynx commented 10 months ago

Closing, since a duplicate was opened and I didn't notice. #1959