EN4_PRC8/_module/nss/en4_specialhc.nss

8 lines
159 B
Plaintext
Raw Normal View History

void main()
{
SetLocalInt(GetPCSpeaker(),"PCHardCoreSpecial",1);
SetLocalInt(GetPCSpeaker(),"PCHardcore",0);
SetLocalInt(GetPCSpeaker(),"PCHardCorePNP",0);
}