9 lines
147 B
Plaintext
9 lines
147 B
Plaintext
|
#include "imbue_include"
|
||
|
void main()
|
||
|
{
|
||
|
SetLocalInt(GetPCSpeaker(), "cfire_ldb", 1);
|
||
|
ImbueWeapon(VFX_IMP_PULSE_COLD, IP_CONST_DAMAGETYPE_COLD);
|
||
|
}
|
||
|
|
||
|
|