瀏覽代碼

fix `location` in `$npc`

Stephan Fuchs 10 月之前
父節點
當前提交
b05bcedb48
共有 1 個文件被更改,包括 5 次插入0 次删除
  1. 5 0
      sugarcube/src/npcs/_system/NPC.js

+ 5 - 0
sugarcube/src/npcs/_system/NPC.js

@@ -99,6 +99,11 @@ class NPC{
 		return Math.max(Math.ceil(ds_average / 5),0);
 	}
 	get fullname(){return this.get('firstname')+' '+this.get('lastname');}
+
+	get location(){
+		return NPC.DICT.location(this._npcID);
+	}
+
 	get title(){
 		switch (this.get('gender')) {
 			case 0: