9 lines
159 B
Plaintext
9 lines
159 B
Plaintext
|
#include "imbue_include"
|
||
|
void main()
|
||
|
{
|
||
|
SetLocalInt(GetPCSpeaker(), "pfire_ldb", 1);
|
||
|
ImbueWeapon(VFX_FNF_GAS_EXPLOSION_EVIL, IP_CONST_DAMAGETYPE_PIERCING);
|
||
|
}
|
||
|
|
||
|
|