PRC8/nwn/nwnprc/trunk/psionics/psi_shadow_cdmnm.nss
Jaysyn904 d87fe14826 Further file organization
Further file organization
2023-08-23 22:11:00 -04:00

6 lines
188 B
Plaintext

void main()
{
object oCaster = OBJECT_SELF;
SetLocalInt(oCaster, "ShadowCloudMindMass", TRUE);
FloatingTextStringOnCreature("Reducing Cloud Mind, Mass Cost", oCaster, FALSE);
}