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

При уходе от двери ее покраска прекращается #13749

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Slex
Copy link
Contributor

@Slex Slex commented Jan 28, 2025

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

Fixes #13406

Теперь дверь можно красить на расстоянии не более 1 клетки от нее.

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

Исправит баг когда дверь было возможно перекрасить с расстояния

Авторство

Чеинжлог

@TauKitty
Copy link
Contributor

Changelog status: 🔘 No changelog

Comment on lines +1071 to +1072
if(get_dist(src, user) > 1)
return
Copy link
Member

@KIBORG04 KIBORG04 Jan 28, 2025

Choose a reason for hiding this comment

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

Советую использовать прок Adjacent(). Он более умный. Например, проверяет еще и достижимость по диагонали. Насколько я помню, еще проверит на клик через неполные окна.

@simb11 simb11 added the Fix label Jan 29, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Пистолет для покраски дверей может красить их на расстоянии
4 participants