init: add workspace files
This commit is contained in:
5
world/map/emei/zoulang2.js
Normal file
5
world/map/emei/zoulang2.js
Normal file
@@ -0,0 +1,5 @@
|
||||
this.inherits(ROOM);
|
||||
this.name = "走廊"
|
||||
this.desc = "这是一条走廊。青石板铺成的小路,两边的柱子和栏杆都是用竹子做成,在栏杆的一边种植了许多的花草,其中尤为突出的是杜鹃花,不仅生长的茂盛,并且的十分艳丽。";
|
||||
this.exits = { "east": "emei/guangchang", "west": "emei/liangong", "south": "emei/zoulang3", "north": "emei/zoulang4" };
|
||||
//this.set_npc("pub/mpguanli#EMEI");
|
||||
Reference in New Issue
Block a user