init: add workspace files
This commit is contained in:
13
world/obj/sp/mihan.js
Normal file
13
world/obj/sp/mihan.js
Normal file
@@ -0,0 +1,13 @@
|
||||
this.inherits(OBJ);
|
||||
this.set({
|
||||
unit: "封",
|
||||
name: "蒙古密函",
|
||||
desc: "一封密函,火漆封口,似乎写的什么秘密的军事机密",
|
||||
value: 0,
|
||||
grade: 3
|
||||
});
|
||||
this.on_open = function (me) {
|
||||
var task = TASK.GET("xiangyang");
|
||||
if (!task) return me.notify_fail("你不知道里面写的什么东西。");
|
||||
return me.notify_fail("你打开密函仔细读了一下,发现你不认识蒙古字,还是交给襄阳城的郭大侠看看吧。");
|
||||
}
|
||||
Reference in New Issue
Block a user