Example #1
0
 private bool TowerAscend(Progression items)
 {
     return(items.BigKeyGT && items.KeyGT >= 3 && items.Bow && items.CanLightTorches());
 }