Fixed issue with Paingiver and Outcast castes.

This commit is contained in:
Yord 2016-05-17 07:49:03 +02:00
parent 750e4e0733
commit 51dad7729d
2 changed files with 3 additions and 4 deletions

View file

@ -1,5 +1,5 @@
CACHE MANIFEST CACHE MANIFEST
# 2016-05-16v2 # 2016-05-17
CACHE: CACHE:
@ -177,7 +177,6 @@ CACHE:
# javascripts # javascripts
/static/javascripts/datatables-filters.js /static/javascripts/datatables-filters.js
/static/javascripts/foo.js
/static/javascripts/heroic-old.js /static/javascripts/heroic-old.js
/static/javascripts/heroic.js /static/javascripts/heroic.js
/static/javascripts/index.js /static/javascripts/index.js

View file

@ -3004,12 +3004,12 @@ var ikrpg = ikrpg || {};
], ],
"Paingiver": [ "Paingiver": [
listItem(_notes, "Paingiver Caste"), listItem(_notes, "Paingiver Caste"),
listItem(_AGL, 1), number(_AGL, 1),
listItem(_abilities, "Anatomical Precision") listItem(_abilities, "Anatomical Precision")
], ],
"Slave": [ "Slave": [
listItem(_notes, "Slave Caste"), listItem(_notes, "Slave Caste"),
listItem(_PHY, 1), number(_PHY, 1),
listItem(_benefits, "Tough") listItem(_benefits, "Tough")
], ],
"Warrior": [ "Warrior": [