ソースを参照

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 = {};