Change Request: Doctor Ickus > Slime Injection > additional warning sound
deemerz opened this issue ยท 0 comments
Describe the problem
Please add warning sound for the start of Slime Injection cast. It's the perfect time to press Spell Reflection for Prot Warrior.
If I understand everything correctly, the following changes need to be made:
LittleWigs\Shadowlands\Plaguefall\Options\Sounds.lua, line 12 - change to:
[329110] = {"warning","alert","info"},
LittleWigs\Shadowlands\Plaguefall\DoctorIckus.lua,, line 32 - insert:
self:Log("SPELL_CAST_START", "SlimeInjectionStart", 329110)
LittleWigs\Shadowlands\Plaguefall\DoctorIckus.lua,, line 70 - insert:
function mod:SlimeInjectionStart(args)
self:PlaySound(args.spellId, "warning")
end