Secrets-of-Sosaria / World

Code repository for the Secrets of Sosaria world
GNU General Public License v2.0
11 stars 10 forks source link

Fix issue with bard songs crashing server #126

Closed creiht closed 1 week ago

creiht commented 1 week ago

Moves bard casting checks to CheckCast and also checks that an instrument is equiped and the player has enough skill available.

Fixes #125

Thanks to @Jascen for the fix