9 lines
150 B
Plaintext
9 lines
150 B
Plaintext
|
#include "imbue_include"
|
||
|
void main()
|
||
|
{
|
||
|
SetLocalInt(GetPCSpeaker(), "sofire_ldb", 1);
|
||
|
ImbueWeapon(VFX_FNF_SOUND_BURST, IP_CONST_DAMAGETYPE_SONIC);
|
||
|
}
|
||
|
|
||
|
|