Knights Forum

General Category => Knights Discussion => Topic started by: ZaRR on September 29, 2024, 11:20:21 PM

Poll
Question: Are you comfortable with
Option 1: wand flashing screen votes: 1
Option 2: wand not flashing screen votes: 1
Title: [tiny fix] No screen flashing upon using wand
Post by: ZaRR on September 29, 2024, 11:20:21 PM
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