EN4_PRC8/_module/nss/en4_pnphc.nss

7 lines
158 B
Plaintext
Raw Normal View History

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