// mag-force.c
inherit FORCE;
#include <ansi.h>
int valid_enable(string usage) { return usage=="force"; }
int valid_learn(object me)
{
return 1;
}
int practice_skill(object me)
{
return notify_fail("紫龍心法只能用學的﹐或是從運用(exert)中增加熟練度。\n"); }
string exert_function_file(string func)
{
return CLASS_D("bandit") + "/mag-force/" + func;
}
string color()
{
return HIM"紫龍"NOR WHT"心法"NOR;
}
--
※ 發信站: 批踢踢實業坊(ptt.cc)
◆ From: 61.31.141.177