init: add workspace files
This commit is contained in:
6
world/map/yz/zhengting.js
Normal file
6
world/map/yz/zhengting.js
Normal file
@@ -0,0 +1,6 @@
|
||||
this.inherits(ROOM);
|
||||
this.name = "镖局正厅"
|
||||
this.desc = "这里是福威镖局的正厅,几只太师椅一字排开,正中央坐着总镖头,手持烟袋杆正在闭目沉思。墙上挂着几幅字画和一把宝剑。";
|
||||
this.exits = { "north": "yz/biaoju" };
|
||||
this.set_npc("yz/linzhennan");
|
||||
this.no_fight = true;
|
||||
Reference in New Issue
Block a user