10 lines
168 B
Plaintext
10 lines
168 B
Plaintext
|
// Henchman is not healing at close range
|
||
|
|
||
|
int StartingConditional()
|
||
|
{
|
||
|
int iResult;
|
||
|
|
||
|
iResult = GetLocalInt(OBJECT_SELF,"DoNotHealMelee");
|
||
|
return iResult;
|
||
|
}
|