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

Fixes some Almayer Walls randomly changing icons when hit #4936

Merged
merged 1 commit into from
Nov 16, 2023

Conversation

fira
Copy link
Member

@fira fira commented Nov 15, 2023

About the pull request

Horizontal Almayer walls have "decoration" variants that are placed randomly. Because these are applied in update_icon randomly, if you shoot such a wall, it will cycle randomly through available icons.

On top of that, because the replacement icon was applied as an overlay, it was drawn over everything else masking bullet and damage overlays.

This fixes both issues by making it use the icon instead and rolling decorations ahead of time.

Explain why it's good for the game

Consistency. Awfully distracting if you're in the firing range too

Changelog

🆑
fix: Horizontal Almayer walls no longer change icon randomly, and now properly display damage overlays.
/:cl:

@github-actions github-actions bot added the Fix Fix one bug, make ten more label Nov 15, 2023
@harryob harryob added this pull request to the merge queue Nov 16, 2023
Merged via the queue into cmss13-devs:master with commit 8d86085 Nov 16, 2023
28 checks passed
cm13-github added a commit that referenced this pull request Nov 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Fix Fix one bug, make ten more
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants