Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

4 Стикера #13652

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Commits on Nov 25, 2024

  1. 4 Стикера

    Добавлены 4 стикера которые можно клеить на всякое и писать на них надписи.
    DarthSidiousPalpatine committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    b8944aa View commit details
    Browse the repository at this point in the history
  2. Забытая строчка на конце файла.

    Добавлена забытая пустая строчка на конце файла.
    DarthSidiousPalpatine committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    5e7a621 View commit details
    Browse the repository at this point in the history
  3. Убрал странный код форс интента.

    Убрано насильное изменение интента игрока на Граб чтобы поднять пачку стикеров путём добавления переменной forceGrab что обходит проверку на граб в функции attack_hand
    DarthSidiousPalpatine committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    dcfb813 View commit details
    Browse the repository at this point in the history
  4. Убран копипаст функции show_content

    Убран копипаст функции show_content путём добавления трёх переменных в /obj/item/weapon/paper.
    
    windowX, windowY, windowTheme для ширины, высоты и темы окошка соответственно.
    DarthSidiousPalpatine committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    6112587 View commit details
    Browse the repository at this point in the history
  5. Переписал маусдроп

    Переписал маусдроп на попытку положить стопку стикеров в руку вместо вызова аттак_хенд.
    
    Не берите, дети, легасикод в свои фичи. Может легасикод быть по-дебильному написан и замержен легасимейнтейнером.
    DarthSidiousPalpatine committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    c375987 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2024

  1. Update code/modules/paperwork/stickers.dm

    Co-authored-by: KIBORG04 <[email protected]>
    DarthSidiousPalpatine and KIBORG04 authored Nov 26, 2024
    Configuration menu
    Copy the full SHA
    b594837 View commit details
    Browse the repository at this point in the history
  2. Update code/modules/paperwork/stickers.dm

    Co-authored-by: KIBORG04 <[email protected]>
    DarthSidiousPalpatine and KIBORG04 authored Nov 26, 2024
    Configuration menu
    Copy the full SHA
    0b5b654 View commit details
    Browse the repository at this point in the history
  3. Убрал проверку на хумана в ненужном месте. Заменил наименования перем…

    …енных окна бумаги.
    
    Проверка на ishuman убрана из mouseDrop пачки стикеров.
    
    Переменные windowX и windowY у окна бумаги заменены на windowWidth и windowHeight соответственно.
    DarthSidiousPalpatine committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    f9f0c8c View commit details
    Browse the repository at this point in the history
  4. Исправления

    Заменил маусдроп на предложенный в ревью.
    
    Добавил проверку на стикер для шкафов чтобы те не открывались и не разблокировались когда на них клеят стикер.
    DarthSidiousPalpatine committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    6eade6f View commit details
    Browse the repository at this point in the history