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