9 lines
156 B
Plaintext
9 lines
156 B
Plaintext
#include "imbue_include"
|
|
void main()
|
|
{
|
|
SetLocalInt(GetPCSpeaker(), "nfire_ldb", 1);
|
|
ImbueWeapon(VFX_IMP_NEGATIVE_ENERGY, IP_CONST_DAMAGETYPE_NEGATIVE);
|
|
}
|
|
|
|
|