Aantioch_Infernum/_module/nss/healcheck50.nss
EpicValor 07f4ebed49 Added henchman rental
Many areas, items, and creatures were adjusted for balance and aesthetics.
2023-08-24 15:20:50 -05:00

12 lines
276 B
Plaintext

//::healcheck50
//::BY: Xovian
#include "nw_i0_generic"
int StartingConditional()
{
if(GetAssociateState(NW_ASC_HEAL_AT_50)&&(GetAssociateState(NW_ASC_HEAL_AT_25)==FALSE)&&(GetAssociateState(NW_ASC_HEAL_AT_75)==FALSE))
{
return FALSE;
}
return TRUE;
}