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

[MIRROR] Fixes issues with the paint sprayer #2792

Merged
merged 2 commits into from
Nov 24, 2024
Merged

Conversation

SierraHelper
Copy link
Collaborator

Оригинальный PR: Baystation12#34842

🆑 Hubblenaut
bugfix: Fixes various issues with the paint sprayer
/:cl:

  • Fixes the precise mode and adds it for corner hazard decals. The issue was caused by changes to how the click parameters are passed down.
  • Fixes the click handler not being removed upon switching hands. The issue was caused by the hands_swapped listener being broken. The line to raise the event exists in /mob/proc/swap_hand() but was never called due to a missing parent call.
  • Fixes warning message appearing when putting the paint sprayer into a container. This was caused by the paint sprayer no longer being last in the use stack. Containers must be handled before the paint sprayer.

@SierraHelper SierraHelper requested a review from a team as a code owner November 1, 2024 15:48
@SierraHelper SierraHelper added 🪞 MIR ЯОЯ 📜 CL валиден Ченджлог не содержит ошибок labels Nov 1, 2024
@Lexanx Lexanx enabled auto-merge (squash) November 24, 2024 18:27
@Lexanx Lexanx merged commit cae64ca into dev-sierra Nov 24, 2024
11 checks passed
@Lexanx Lexanx deleted the upstream-pr-34842 branch November 24, 2024 18:36
SierraHelper added a commit that referenced this pull request Nov 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🪞 MIR ЯОЯ 📜 CL валиден Ченджлог не содержит ошибок
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants