1
0
Преглед на файлове

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: