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

Hud icon for AI mobs #17238

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

Hud icon for AI mobs #17238

wants to merge 5 commits into from

Conversation

Lumipharon
Copy link
Contributor

@Lumipharon Lumipharon commented Feb 28, 2025

About The Pull Request

Human AI mobs now have a hud icon so you know that you got beaten to death by a bot.
image

Why It's Good For The Game

Visual clarity.

Changelog

🆑
qol: Added a human bot hud icon
/:cl:

@github-actions github-actions bot added Quality of Life Minor changes that make the game nicer to play and removed Quality of Life Minor changes that make the game nicer to play labels Feb 28, 2025
@TiviPlus TiviPlus added the Quality of Life Minor changes that make the game nicer to play label Feb 28, 2025
@@ -302,6 +302,7 @@
simple_status_hud.icon_state = ""
infection_hud.icon_state = "robot"

var/is_bot = SEND_SIGNAL(src, COMSIG_HUD_NO_CLIENT)
Copy link
Member

Choose a reason for hiding this comment

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

This isn't a signal it's a getter
You should make a proper flag to return instead of a bool

Copy link
Contributor Author

Choose a reason for hiding this comment

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

done

@Lumipharon Lumipharon requested a review from TiviPlus March 1, 2025 21:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Quality of Life Minor changes that make the game nicer to play
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants