WoG_PRC8/src/_removed/sei_at_setsubr16.nss
Jaysyn904 e44b9e9132 2025/08/24 Early Update
Updated for PRC8 updates.
2025-08-24 01:04:07 -04:00

18 lines
325 B
Plaintext

//
// NWSetSubrace16
//
// Set the subrace of the conversing object to 'strongheart halfling'
//
// (c) Shir'le E. Illios, 2002 (shirle@drowwanderer.com)
//
////////////////////////////////////////////////////////
#include "subraces"
void main()
{
SEI_SetSubraceVar( OBJECT_SELF, SUBRACE_HALFLING_STRONGHEART );
}