Amon_PRC8/_module/nss/hench_norecover.nss
Jaysyn904 c5cffc37af Initial Commit
Initial Commit [v1.01]
2025-04-03 19:00:46 -04:00

12 lines
193 B
Plaintext

#include "hench_i0_conv"
int StartingConditional()
{
if (GetLocalInt(OBJECT_SELF, sHenchAutoRecoverTraps))
{
return FALSE;
}
return GetHasSkill(SKILL_DISABLE_TRAP);
}