init: add workspace files

This commit is contained in:
2026-05-26 16:41:20 +08:00
commit f4f2393f72
1041 changed files with 67405 additions and 0 deletions

View 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;