From 642cdeb40a1cc21080108a3b3b02fea83e1e7448 Mon Sep 17 00:00:00 2001 From: Adam Goldsmith Date: Wed, 8 Sep 2021 23:13:40 -0400 Subject: [PATCH] Capitalize "Forced" keyword --- strange_eons_to_arkhamdb.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/strange_eons_to_arkhamdb.js b/strange_eons_to_arkhamdb.js index 897288f..69d6600 100644 --- a/strange_eons_to_arkhamdb.js +++ b/strange_eons_to_arkhamdb.js @@ -36,7 +36,7 @@ const tag_replacements = { "": "[action]", "": "[free]", "": "[reaction]", - "": "forced", + "": "Forced", "": "Haunted", "": "Objective", "": "Patrol",