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

Allow mentors/admins/donators to bypass the popcap #5168

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

Conversation

flleeppyy
Copy link
Collaborator

@flleeppyy flleeppyy commented Jan 29, 2025

About The Pull Request

Title.

Why It's Good For The Game

Changelog

🆑
server: Allow mentors/admins/donators to bypass the popcap
/:cl:

code/_onclick/hud/new_player.dm Outdated Show resolved Hide resolved
code/controllers/subsystem/job.dm Outdated Show resolved Hide resolved
code/modules/mob/dead/new_player/latejoin_menu.dm Outdated Show resolved Hide resolved
@@ -53,3 +53,9 @@

/datum/patreon_data/proc/is_donator()
return owned_rank && owned_rank != NO_RANK && owned_rank != UNSUBBED

/proc/raw_get_patreon_rank(ckey)
var/datum/player_details/playerdetails = new(ckey)
Copy link
Member

Choose a reason for hiding this comment

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

just query the DB please...

@Kitsunemitsu
Copy link
Collaborator

Going to assume that it's a "tool" to allow admins to bypass popcap, I've added the correct Labels

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

Successfully merging this pull request may close these issues.

3 participants