Poll
Question:
Are you comfortable with
Option 1: wand flashing screen
votes: 1
Option 2: wand not flashing screen
votes: 1
Upon hitting wall/enemy with wand the screen will flash a bit as intended but personally found it annoying.
Decided to disable it.
knights_data\server\classic\magic.lua
line 32
function wandzap() --only in this "wandzap" func, NOT the first "zap" since it's used in teleportation/etc.
kts.FlashScreen() -- deleted this line to get rid of flashing.
snd_pentagram()
end