9 lines
148 B
Plaintext
9 lines
148 B
Plaintext
|
#include "imbue_include"
|
||
|
void main()
|
||
|
{
|
||
|
SetLocalInt(GetPCSpeaker(), "dfire_ldb", 1);
|
||
|
ImbueWeapon(VFX_IMP_GOOD_HELP, IP_CONST_DAMAGETYPE_DIVINE);
|
||
|
}
|
||
|
|
||
|
|