#Tweaking Watcher *Spoiler* Ability
1 messages · Page 1 of 1 (latest)
Tweaking Watcher Spoiler Ability
I believe I should be able to change EggsRequiredForWarp to 0 I think? I'm just not sure how to do that in the IL instructions
I believe I figured it out! In RegionState, I changed this block so it returned 0 instead of 50:
// Token: 0x17000B63 RID: 2915
// (get) Token: 0x0600460E RID: 17934 RVA: 0x004E22AB File Offset: 0x004E04AB
public static int WarpEggThreshold
{
get
{
return 0;
}
}