Interkarma / daggerfall-unity

Open source recreation of Daggerfall in the Unity engine
http://www.dfworkshop.net
MIT License
2.67k stars 326 forks source link

Use magic items at range while silenced #2675

Open petchema opened 1 month ago

petchema commented 1 month ago

In classic you can use all magic items while silenced, but in Daggerfall Unity you couldn't use magic items at range, because while silence lets you ready magic items, it does not let you release their spells. Most likely an overlook.

Also, SilenceCheck() can do side effets (display "You are silenced" and reset readied spell), so when used with short-circuited logic operators, order matters and it should be placed late/last.

Forums: https://forums.dfworkshop.net/viewtopic.php?t=6725