NWNDS/nwnds_module/tlr_torso1.nss
Jaysyn904 de24f81734 Added NWN Dark Sun module contents
Added NWN Dark Sun module contents.
2021-07-12 21:24:46 -04:00

17 lines
445 B
Plaintext

//::///////////////////////////////////////////////
//:: Tailoring - Torso AC 1
//:: tlr_torso1.nss
//:: Copyright (c) 2003 Jake E. Fitch
//:://////////////////////////////////////////////
/*
*/
//:://////////////////////////////////////////////
//:: Created By: Jake E. Fitch (Milambus Mandragon)
//:: Created On: March 9, 2004
//:://////////////////////////////////////////////
void main()
{
SetLocalInt(OBJECT_SELF, "TorsoFilter", 1);
}