Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.

Commit faeebbe

Browse files
committed
update
1 parent fde4b81 commit faeebbe

File tree

1 file changed

+27
-9
lines changed

1 file changed

+27
-9
lines changed

tgui/packages/tgui/interfaces/Changelog.tsx

Lines changed: 27 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ const ChangeRow = (props: { kind: string; content: string }, _context) => {
7070
const Header = (props: { dropdown: any }, _context) => {
7171
return (
7272
<Section>
73-
<h1>Monkestation</h1>
73+
<h1>Welcome to Yogstation</h1>
7474
<p>
7575
<b>Thanks to: </b>
7676
/TG/station, Baystation 12, /vg/station, NTstation, CDK Station devs,
@@ -79,17 +79,35 @@ const Header = (props: { dropdown: any }, _context) => {
7979
have contributed to the game, issue tracker or wiki over the years.
8080
</p>
8181
<p>
82-
{'Current organization members can be found '}
83-
<a href="https://github.com/orgs/monkestation/people">here</a>
84-
{', recent GitHub contributors can be found '}
85-
<a href="https://github.com/monkestation/monkestation2.0/pulse/monthly">
82+
<b>Current Head Developers: </b>
83+
JamieD12, baiomu
84+
</p>
85+
<p>
86+
<b>Code Maintainers: </b>
87+
adamsogm, AshCorr, Bibby, Chubbygummibear, Djiq, John Willard, Manatee, Molti, monster860, SapphicOverload, ynot01
88+
</p>
89+
<p>
90+
<b>Sprite Maintainers: </b>
91+
Anerisa, BlueishTsunami, Cuackles, HalcyonMap
92+
</p>
93+
<p>
94+
<b> Maintainers: </b>
95+
Aquizit, Cark, Ezhan, Wejengin2
96+
</p>
97+
<p>
98+
<b> Special Thanks to: </b>
99+
You! Thanks for playing on Yogstation!
100+
</p>
101+
<p>
102+
{'Recent GitHub contributors can be found here: '}
103+
<a href="https://github.com/yogstation13/Yogstation/graphs/contributors">
86104
here
87105
</a>
88106
.
89107
</p>
90108
<p>
91-
{'You can also join our discord '}
92-
<a href="https://discord.gg/monkestation">here</a>.
109+
{'You can also join our discord at: '}
110+
<a href=" https://discord.gg/MHkabek">here</a>.
93111
</p>
94112
{props.dropdown}
95113
</Section>
@@ -111,7 +129,7 @@ const Footer = (props: { dropdown: any }, _context) => {
111129
Supernorn, Haruhi, Stuntwaffle, Pantaloons, Rho, SynthOrange, I Said No
112130
</p>
113131
<p>
114-
Monkestation is thankful to the GoonStation 13 Development Team for its
132+
Yogstation is thankful to the GoonStation 13 Development Team for its
115133
work on the game up to the
116134
{' r4407 release. The changelog for changes up to r4407 can be seen '}
117135
<a href="https://wiki.ss13.co/Changelog#April_2010">here</a>.
@@ -125,7 +143,7 @@ const Footer = (props: { dropdown: any }, _context) => {
125143
<a href="http://forums.somethingawful.com/">SomethingAwful Goons</a>
126144
{' only.'}
127145
</p>
128-
<h3>Monkestation License</h3>
146+
<h3>Yogstation License</h3>
129147
<p>
130148
{'All code after '}
131149
<a

0 commit comments

Comments
 (0)