8 lines
153 B
Plaintext
8 lines
153 B
Plaintext
#include "imbue_include"
|
|
void main()
|
|
{
|
|
SetLocalInt(GetPCSpeaker(), "efire_ldb", 1);
|
|
ImbueWeapon(VFX_IMP_LIGHTNING_M, IP_CONST_DAMAGETYPE_ELECTRICAL);
|
|
}
|
|
|