• @cone_zombie@lemmy.world
      link
      fedilink
      English
      8
      edit-2
      3 months ago
      if is_hamas(new_target):
      
          x1 = new_target.x - 1000
          y1 = new_target.y - 1000
          x2 = new_target.x + 1000
          y2 = new_target.y + 1000
      
          airstrike(x1, y1, x2, y2, phosphorus=True)