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

Check Players adminverb + other admin verb fixes #4030

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

Conversation

Veth-s
Copy link
Contributor

@Veth-s Veth-s commented Oct 30, 2024

About The Pull Request

Check Players adminverb to quickly and precisely check how many connected clients of several categories: Connected Clients, Living Players, Dead Players, Ghost Players, Living Antags.
Fixes to Adjust Event Tokens, Adjust Antag Tokens to work off of ckey instead of Character Name.
Adjust metacoins was unchanged due to the fact I can't test if it's broken.

Why It's Good For The Game

Admin tools!!

Changelog

🆑
admin: Added Check Players verb
admin: Fixed Adjust Event Tokens to work off of ckey instead of Character Name
admin: Fixed Adjust Antag Tokens to work off of ckey instead of Character Name

/:cl:

Check Players adminverb to quickly and precisely check how many connected clients of several categories: Connected Clients, Living Players, Dead Players, Ghost Players, Living Antags.
I don't think I can check adjust_metacoins properly (or at least I can't figure out how to get it to work) so I have reverted to what it was before
@Veth-s Veth-s requested a review from Absolucy November 4, 2024 21:33
/datum/check_players/ui_interact(mob/user, datum/tgui/ui)
. = ..()
ui = new(user, src, "PlayerStatistics")
ui.set_autoupdate(FALSE)
Copy link
Collaborator

Choose a reason for hiding this comment

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

autoupdate is fine to have here

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I tried it - everytime I would move the window it would shit itself up and spawn another one - I was unsure how to fix this so I just disabled autoupdate

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants