Files
HeroesStone_PRC8/_module/nss/tlr_decreasehelm.nss
Jaysyn904 1eefc84201 Initial Commit
Initial Commit.
2025-09-14 15:40:46 -04:00

21 lines
521 B
Plaintext

//::///////////////////////////////////////////////
//:: Tailoring - Decrease Helm
//:: tlr_decreasehelm.nss
//:://////////////////////////////////////////////
/*
*/
//:://////////////////////////////////////////////
//:: Created By: Stacy L. Ropella
//:: from Mandragon's mil_tailor
//:://////////////////////////////////////////////
#include "tlr_items_inc"
void main()
{
object oModel = OBJECT_SELF;
object oHelmet = GetItemInSlot(INVENTORY_SLOT_HEAD, oModel);
RemakeHelm(oModel, oHelmet, PART_PREV);
}