PRC8/trunk/scripts/prc_fact_cunchk.nss

14 lines
299 B
Plaintext
Raw Normal View History

//:://////////////////////////////////////////////
//:: Factotum Cunning Brilliance check slot script
//:: prc_fact_cunchk
//:://////////////////////////////////////////////
/*
@author Stratovarius - 2021.11.05
*/
#include "prc_inc_factotum"
void main()
{
CheckBrillianceSlots(OBJECT_SELF);
}