PRC8_fork/trunk/scripts/prc_fact_cunchk.nss
Jaysyn904 1662218bb4 Initial upload.
Adding base PRC 4.19a files to repository.
2022-10-07 13:51:24 -04:00

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);
}