Browse Source

add `himself` to `pronounDictLowerCase`

Stephan Fuchs 11 months ago
parent
commit
63b0729385
1 changed files with 1 additions and 0 deletions
  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 = {};