mirror of
https://github.com/ikrpg/ikrpg.github.io.git
synced 2026-05-13 06:26:26 +00:00
Fixed issue with Paingiver and Outcast castes.
This commit is contained in:
parent
750e4e0733
commit
51dad7729d
2 changed files with 3 additions and 4 deletions
|
|
@ -1,5 +1,5 @@
|
|||
CACHE MANIFEST
|
||||
# 2016-05-16v2
|
||||
# 2016-05-17
|
||||
|
||||
CACHE:
|
||||
|
||||
|
|
@ -177,7 +177,6 @@ CACHE:
|
|||
|
||||
# javascripts
|
||||
/static/javascripts/datatables-filters.js
|
||||
/static/javascripts/foo.js
|
||||
/static/javascripts/heroic-old.js
|
||||
/static/javascripts/heroic.js
|
||||
/static/javascripts/index.js
|
||||
|
|
|
|||
|
|
@ -3004,12 +3004,12 @@ var ikrpg = ikrpg || {};
|
|||
],
|
||||
"Paingiver": [
|
||||
listItem(_notes, "Paingiver Caste"),
|
||||
listItem(_AGL, 1),
|
||||
number(_AGL, 1),
|
||||
listItem(_abilities, "Anatomical Precision")
|
||||
],
|
||||
"Slave": [
|
||||
listItem(_notes, "Slave Caste"),
|
||||
listItem(_PHY, 1),
|
||||
number(_PHY, 1),
|
||||
listItem(_benefits, "Tough")
|
||||
],
|
||||
"Warrior": [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue