Advertisement
cnl_cnl_cnl

Untitled

Sep 23rd, 2022
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. -- SONGS ----------
  2. local target_delta = getEpoch() - (m.target_ts or 0)
  3. if cnl_mb.cfg.sng_gods and target_delta < 30 then
  4. spells.gods.minMana = .1
  5. spells.gods.minDuration = 3
  6. end
  7. if cnl_mb.cfg.sng_val and target_delta < 30 then
  8. spells.valor.minMana = .1
  9. spells.valor.minDuration = 3
  10. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement