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

7
world/map/yz/neishi.js Normal file
View File

@@ -0,0 +1,7 @@
this.inherits(ROOM);
this.name = "内室"
this.desc = "这是药铺的内室,是平一指炼药的地方,整个房间空荡荡的只有一个药炉,虽说这里人来人往不是很安静,但到底是个可以让你免费炼药的地方";
this.exits = { "south": "yz/yaopu" };
this.add_action("lianyao", "炼药");
this.can_lianyao = true;