// sun-force.c
#include <ansi.h>
inherit FORCE;
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("tanhon") + "/sun-force/" + func;
}
string color()
{
return HIY"烈陽"HIR"心法"NOR;
}
--
※ 發信站: 批踢踢實業坊(ptt.cc)
◆ From: 61.31.141.177