PoA_PRC8/_module/nss/gc_set_dmg_im_10.nss

6 lines
147 B
Plaintext
Raw Normal View History

2022-10-07 14:20:31 -04:00
void main()
{
SetLocalFloat(GetPCSpeaker(), "COST_TOTAL", 4.0);
SetLocalInt(GetPCSpeaker(), "DI_AMMOUNT", IP_CONST_DAMAGEIMMUNITY_10_PERCENT);
}