WoR_PRC8/_module/nss/dg_helm_invo_chk.nss

12 lines
146 B
Plaintext
Raw Permalink Normal View History

2025-04-03 11:49:34 -04:00
#include "nw_i0_tool"
int StartingConditional()
{
if(!HasItem(GetPCSpeaker(), "dg_cursed_helm"))
return FALSE;
return TRUE;
}