MegaGlub / spell-builder

Project for a homebrew table top magic system
0 stars 0 forks source link

Wands Can be Renamed to the Same Thing, Deleting Save #5

Open MegaGlub opened 2 months ago

MegaGlub commented 2 months ago

Same-name wands are caught by the wand add form, but not the post-creation renaming. If two wands are named the same thing using this method, one will have its save deleted, causing it to disappear and be lost forever on the next program load.

MegaGlub commented 2 months ago

Can be fixed by running a same name check on the renaming function. Could have too much performance overhead though.