Advertisement
Guest User

Untitled

a guest
Mar 24th, 2019
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. prg.affs.addaff =
  2. function()
  3. if table.contains(prg.affs.current.ignore, gmcp.Char.Afflictions.Add.name) == false then
  4. prg.affs.current[gmcp.Char.Afflictions.Add.name] =
  5. prg.affs.current[gmcp.Char.Afflictions.Add.name] + 1
  6. prg.echo("GOT AFF " .. gmcp.Char.Afflictions.Add.name)
  7. end
  8. --if
  9. end
  10. --function
  11.  
  12.  
  13.  
  14.  
  15. ignore =
  16. {
  17. "crackedribs",
  18. "pressure",
  19. "latched",
  20. "temperedmelancholic",
  21. "temperedsanguine",
  22. "darkshade",
  23. "temperedphlegmatic",
  24. "wristfractures",
  25. "temperedcholeric",
  26. "torntendons",
  27. "blindness",
  28. "deafness",
  29. "insomnia",
  30. },
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement