Browse Source

add `himself` to `pronounDictLowerCase`

Stephan Fuchs 11 tháng trước cách đây
mục cha
commit
63b0729385
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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 = {};