LoT_PRC8/_module/nss/tlr_modeldwarf.nss

17 lines
471 B
Plaintext
Raw Permalink Normal View History

2023-09-25 21:32:17 -04:00
//::///////////////////////////////////////////////
//:: Tailoring - Model = Dwarf
//:: tlr_modeldwarf.nss
//:: Copyright (c) 2003 Jake E. Fitch
//:://////////////////////////////////////////////
/*
*/
//:://////////////////////////////////////////////
//:: Created By: Jake E. Fitch (Milambus Mandragon)
//:: Created On: March 8, 2004
//:://////////////////////////////////////////////
void main()
{
SetCreatureAppearanceType(OBJECT_SELF, APPEARANCE_TYPE_DWARF);
}