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,9 @@
this.inherits(ROOM);
this.name = "钱庄"
this.desc = "这是一家老字号的钱庄,已有几百年的历史,在全国各地都有分店。它发行的银票信誉非常好,通行全国。帐台上有一个牌子。";
this.exits = { "east": "yz/beidajie1" };
this.no_fight = true;
this.add_action("store", "打开仓库");
this.set_npc("pub/qian");
this.allow_store = true;
this.add_action('drop', null, function (me) { return me.notify('这里人多手杂,不能乱丢东西。'); });