Advertisement
Guest User

Untitled

a guest
Apr 23rd, 2019
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. ^Deadly flames leap around (\w+), charring \w+ flesh.$
  2.  
  3. combat.checks.immolation = true
  4.  
  5.  
  6.  
  7. --------------------------------------------------------------------------------------
  8. search for the ablaze trigger
  9.  
  10. change it to
  11.  
  12. if mayhem.target == matches[2] then
  13. enemyAdd("ablaze")
  14.  
  15. end
  16.  
  17.  
  18. -------------------------------------------------------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement