8 lines
154 B
Plaintext
8 lines
154 B
Plaintext
#include "imbue_include"
|
|
void main()
|
|
{
|
|
SetLocalInt(GetPCSpeaker(), "afire_ldb", 1);
|
|
ImbueWeapon(VFX_FNF_GAS_EXPLOSION_ACID, IP_CONST_DAMAGETYPE_ACID);
|
|
}
|
|
|