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

10 Ваз #13649

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

Conversation

DarthSidiousPalpatine
Copy link
Contributor

Описание изменений

Добавил 10 ваз для цветов. Изменил спрайты подсолнуха, мака, колокольчика и м'тира чтобы влезали в вазы.
image

Почему и что этот ПР улучшит

Начинаю парад атомизации своих непропущенных ПРов.

Авторство

AndreyGysev

Чеинжлог

🆑 AndreyGysev

  • rscadd: Добавлено 10 ваз для цветов.
  • image: Изменены спрайты подсолнуха, мака, колокольчика и м'тира.

Добавлено 10 Ваз.
@TauKitty
Copy link
Contributor

Changelog status: ✔️

@TauKitty TauKitty added Feature Новая фича Sprites labels Nov 25, 2024
@TauKitty TauKitty requested a review from a team November 25, 2024 06:03
@DarthSidiousPalpatine DarthSidiousPalpatine changed the title 10 Ваз. 10 Ваз Nov 25, 2024
Убрано насильное изменение интента игрока на Граб чтобы поднять пачку стикеров путём добавления переменной forceGrab что обходит проверку на граб в функции attack_hand
Теперь цветок поднимается из вазы через MouseDrop, а не через attack_hand. Уменьшило лабиринты кода, упростило всё гораздо.
Comment on lines +135 to +144
/obj/item/vase/MouseDrop(mob/user)
. = ..()
if(flower && user == usr && !usr.incapacitated() && Adjacent(usr))
if(ishuman(user))
user.put_in_hands(flower)
else
flower.forceMove(get_turf(src))
flower = null
update_icon()
return
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
/obj/item/vase/MouseDrop(mob/user)
. = ..()
if(flower && user == usr && !usr.incapacitated() && Adjacent(usr))
if(ishuman(user))
user.put_in_hands(flower)
else
flower.forceMove(get_turf(src))
flower = null
update_icon()
return
/obj/item/vase/MouseDrop_T(mob/user)
..()
user.put_in_hands(flower)
flower = null
update_icon()

Как и в ПРе на стикеры

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

А куда дел проверку на flower?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature Новая фича Sprites
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants