init: add workspace files
This commit is contained in:
11
world/family/monster.js
Normal file
11
world/family/monster.js
Normal file
@@ -0,0 +1,11 @@
|
||||
this.inherits(FAMILY);
|
||||
|
||||
this.id = "MONSTER";
|
||||
this.name = "怪物";
|
||||
this.call = function (player, isbad) {
|
||||
return isbad ? "畜生" : "大仙";
|
||||
|
||||
}
|
||||
this.call_me = function (player, isbad) {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user