Added henchman rental
Many areas, items, and creatures were adjusted for balance and aesthetics.
This commit is contained in:
14
_module/nss/hench_noopenches.nss
Normal file
14
_module/nss/hench_noopenches.nss
Normal file
@@ -0,0 +1,14 @@
|
||||
#include "hench_i0_conv"
|
||||
|
||||
int StartingConditional()
|
||||
{
|
||||
if (GetLocalInt(OBJECT_SELF, sHenchAutoOpenChest))
|
||||
{
|
||||
return FALSE;
|
||||
}
|
||||
return GetSkillRank(SKILL_SEARCH) * 3 / 4 >= GetHitDice(OBJECT_SELF);
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user