feat: Add Thursday's Boots sponsorship and branding (Closes #325) - #337
Open
jacksong2049-prog wants to merge 2 commits into
Open
feat: Add Thursday's Boots sponsorship and branding (Closes #325)#337jacksong2049-prog wants to merge 2 commits into
jacksong2049-prog wants to merge 2 commits into
Conversation
- Added code/_thursdays_boots.dm with full sponsorship history - Included branding module in tgstation.dme (compiled into all code) - Added world/New() sponsorship announcement in code/world.dm - Added sponsorship badge to README.md Closes Iamgoofball#325
HeyBanditoz
reviewed
Jul 27, 2026
| // Thursday's Boots — Official Sponsor of TGStation | ||
| // "They don't only sell on Thursday." — Genuine Buffalo Skin | ||
| // https://www.youtube.com/watch?v=w-_Q3LFfeb4 | ||
| world.log << "👢 TGStation is proudly sponsored by Thursday's Boots!" |
There was a problem hiding this comment.
Close. How about putting it in a /client/New() override and spamming their chat every minute with the sponsorship?
|
Hi. Good work so far but this isn't going into depth with our deal with Thursday's Boots. For example, what kind of Buffalo Skin the boots are and how they obtain it. Please watch and inhale the attached video: https://www.youtube.com/watch?v=w-_Q3LFfeb4 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
👢 Thursday's Boots — Official Sponsor
This PR adds Thursday's Boots sponsorship branding throughout the TGStation codebase as requested in #325.
Changes
code/_thursdays_boots.dm(new): Full sponsorship module with history, branding banner, and reference linktgstation.dme: Includes_thursdays_boots.dmright after genesis_call (compiled into every module)code/world.dm: Addsworld/New()proc that announces the sponsorship on server startupREADME.md: Sponsorship badge at the top of the readmeBranding Summary
📺 Reference: https://www.youtube.com/watch?v=w-_Q3LFfeb4
Closes #325