Пример #1
0
 public static bool CanAccessDeathMountainPortal(this Progression items)
 {
     return((items.CanDestroyBombWalls() || items.SpeedBooster) && items.Super && items.Morph);
 }