浏览代码

add `himself` to `pronounDictLowerCase`

Stephan Fuchs 11 月之前
父节点
当前提交
63b0729385
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      sugarcube/src/npcs/_system/NPCsDict.js

+ 1 - 0
sugarcube/src/npcs/_system/NPCsDict.js

@@ -6,6 +6,7 @@ let pronounDictLowerCase = {
     'he': ['he','she'],
     'him': ['him','her'],
     'his': ['his','her'],
+	'himself': ['himself','herself'],
 }
 
 let pronounDictUpperFirst = {};