9 lines
162 B
Plaintext
9 lines
162 B
Plaintext
#include "imbue_include"
|
|
void main()
|
|
{
|
|
SetLocalInt(GetPCSpeaker(), "bfire_ldb", 1);
|
|
ImbueWeapon(VFX_FNF_GAS_EXPLOSION_EVIL, IP_CONST_DAMAGETYPE_BLUDGEONING);
|
|
}
|
|
|
|
|