diff --git a/CHANGELOG.md b/CHANGELOG.md index f4d9058..674f19e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ # Changelog ## 1.6.0 - SoftLock -- Added SoftLock on PC sheet +- Added SoftLock on PC/NPC sheet - PC & NPC Sheet : Added +/- button to add or subtract Fatigue and Strife - GmMonitor : Added ability to add or subtract fatigue/strife/void/casualties/panic points on mouse clic (left/right). diff --git a/system/template.json b/system/template.json index 1601767..19e2eb1 100644 --- a/system/template.json +++ b/system/template.json @@ -124,7 +124,7 @@ "zeni": 0 }, "npc": { - "templates": ["rings", "social", "techniques", "conflict"], + "templates": ["softlock", "rings", "social", "techniques", "conflict"], "type": "adversary", "attitude": "", "conflict_rank": { diff --git a/system/templates/actors/character-sheet.html b/system/templates/actors/character-sheet.html index 09ca450..aecd7ae 100644 --- a/system/templates/actors/character-sheet.html +++ b/system/templates/actors/character-sheet.html @@ -1,7 +1,7 @@