init: add workspace files
This commit is contained in:
8
world/map/bj/shenlong/dating.js
Normal file
8
world/map/bj/shenlong/dating.js
Normal file
@@ -0,0 +1,8 @@
|
||||
|
||||
|
||||
this.inherits(ROOM);
|
||||
this.name = "大厅";
|
||||
this.desc = "过了一条长廊,眼前突然现出一座大厅。此厅硕大无朋,足可容千人之众。只见一群群少年男女衣分五色, 分站五个方位.青、白、黑、黄四色的都是少年, 穿红的却是少女, 背上各负短剑, 每一队约有百人。";
|
||||
this.set_npc("bj/shenlong/hong", "bj/shenlong/zhang", "bj/shenlong/wugen");
|
||||
this.exits = { "south": "bj/shenlong/damen" };
|
||||
|
||||
Reference in New Issue
Block a user