diff --git a/code/modules/background/space_sectors/badlands.dm b/code/modules/background/space_sectors/badlands.dm
index 8a338547350..8140c799ff8 100644
--- a/code/modules/background/space_sectors/badlands.dm
+++ b/code/modules/background/space_sectors/badlands.dm
@@ -86,6 +86,23 @@
sector_hud_menu_sound = 'sound/effects/menu_click_heavy.ogg'
sector_hud_arrow = "menu_arrow"
+ lore_radio_stations = list(
+ "34.2 The Voice of the Tajaran People" = 'texts/lore_radio/adhomai/34.2_The_Voice_of_the_Tajaran_People.txt',
+ "14.6 Northern Harr'masir Radio" = 'texts/lore_radio/adhomai//14.6_Northern_Harrmasir_Radio.txt',
+ "72.9 Crevus Radio Center 27" = 'texts/lore_radio/adhomai/72.9_Crevus_Radio_Center_27.txt',
+ "51.2 Radio Free Adhomai" = 'texts/lore_radio/adhomai/51.2_Radio_Free_Adhomai.txt',
+ "83.1 The Crown Herald" = 'texts/lore_radio/adhomai/83.1_The_Crown_Herald.txt',
+ "11.7 KGTW-11" = 'texts/lore_radio/adhomai/11.7_KGTW-11.txt'
+ )
+
+ lobby_tracks = list(
+ 'sound/music/lobby/adhomai/adhomai-1.ogg',
+ 'sound/music/lobby/adhomai/adhomai-2.ogg',
+ 'sound/music/lobby/adhomai/adhomai-3.ogg',
+ 'sound/music/lobby/adhomai/adhomai-4.ogg'
+ )
+
+
/datum/space_sector/nrrahrahul
name = SECTOR_NRRAHRAHUL
description = "Hro'zamal is the second planet in the Nrrahrahul system. Formerly named Nrrahrahul Two, it was given the name Hro'zamal after the establishment of a permanent civilian \
diff --git a/code/modules/maps/planet_types/lore/srandmarr.dm b/code/modules/maps/planet_types/lore/srandmarr.dm
index 977a5e68972..83955f175b2 100644
--- a/code/modules/maps/planet_types/lore/srandmarr.dm
+++ b/code/modules/maps/planet_types/lore/srandmarr.dm
@@ -28,7 +28,7 @@
return
/obj/effect/overmap/visitable/sector/exoplanet/barren/aethemir/generate_ground_survey_result()
- ground_survey_result = "" // so it does not get randomly generated survey results
+ ground_survey_result = "
High concentrations of silicate detected"
// --------------------------------- Az'Mar
@@ -65,7 +65,7 @@
return
/obj/effect/overmap/visitable/sector/exoplanet/barren/azmar/generate_ground_survey_result()
- ground_survey_result = "" // so it does not get randomly generated survey results
+ ground_survey_result = "
No notable concentration of valuable minerals detected in the mantle"
// --------------------------------- Sahul
/obj/effect/overmap/visitable/sector/exoplanet/lava/sahul
@@ -83,7 +83,7 @@
return
/obj/effect/overmap/visitable/sector/exoplanet/lava/sahul/generate_ground_survey_result()
- ground_survey_result = "" // so it does not get randomly generated survey results
+ ground_survey_result = "
Molten metals detected in the crust"
// --------------------------------- Raskara
/obj/effect/overmap/visitable/sector/exoplanet/barren/raskara
@@ -119,7 +119,10 @@
skybox_image.pixel_y = rand(128,256)
/obj/effect/overmap/visitable/sector/exoplanet/barren/raskara/generate_ground_survey_result()
- ground_survey_result = "" // so it does not get randomly generated survey results
+ if(prob(1))
+ ground_survey_result = "
Unidentified anomalous readings detected in the inner core"
+ else
+ ground_survey_result = "
High concretation of dense metal in the mantle"
// --------------------------------- Adhomai
/obj/effect/overmap/visitable/sector/exoplanet/adhomai
@@ -220,4 +223,4 @@
return
/obj/effect/overmap/visitable/sector/exoplanet/adhomai/generate_ground_survey_result()
- ground_survey_result = "" // so it does not get randomly generated survey results
+ ground_survey_result = "
High quality minerals detected in the crust and mantle"
diff --git a/html/changelogs/alberyk-adhomaisoul.yml b/html/changelogs/alberyk-adhomaisoul.yml
new file mode 100644
index 00000000000..8900150c071
--- /dev/null
+++ b/html/changelogs/alberyk-adhomaisoul.yml
@@ -0,0 +1,7 @@
+author: Alberyk
+
+delete-after: True
+
+changes:
+ - rscadd: "Added radios stations to Adhomai."
+ - rscadd: "Added unique lobby music to Adhomai's system."
diff --git a/sound/attributions.txt b/sound/attributions.txt
index 5f83d227f58..eaf8745fb69 100644
--- a/sound/attributions.txt
+++ b/sound/attributions.txt
@@ -94,3 +94,10 @@ ATTRIBUTIONS SECTOR START
sound/effects/zombies/zombie_1.ogg to zombie_4_ogg - Mazellmi @ Youtube
sound/effects/rock_break.ogg - "Rock destroy". Obtained from https://freesound.org/people/Bertsz/sounds/524312/
ATTRIBUTIONS SECTION END
+
+ATTRIBUTIONS SECTOR START
+sound/music/lobby/adhomai/adhomai-1.ogg - "OKB – 456" by Cybervoid, licensed under CC BY-SA 3.0 DEED. Obtained from https://cybervoid.bandcamp.com/track/okb-456-2
+sound/music/lobby/adhomai/adhomai-2.ogg - "Semyorka" by Cybervoid, licensed under CC BY-SA 3.0 DEED. Obtained from https://cybervoid.bandcamp.com/track/semyorka-2
+sound/music/lobby/adhomai/adhomai-3.ogg - "Der Wanderer I" by Eija Risen, licensed under CC BY-SA 3.0 DEED. Obtained from https://eijarisen.bandcamp.com/track/der-wanderer-i
+sound/music/lobby/adhomai/adhomai-4.ogg - "Планета R32" by Project Lazarus, licensed under CC BY-SA 3.0 DEED. Obtained from https://projectlazarus.bandcamp.com/track/r32
+ATTRIBUTIONS SECTION END
\ No newline at end of file
diff --git a/sound/music/lobby/adhomai/adhomai-1.ogg b/sound/music/lobby/adhomai/adhomai-1.ogg
new file mode 100644
index 00000000000..f6482510105
Binary files /dev/null and b/sound/music/lobby/adhomai/adhomai-1.ogg differ
diff --git a/sound/music/lobby/adhomai/adhomai-2.ogg b/sound/music/lobby/adhomai/adhomai-2.ogg
new file mode 100644
index 00000000000..35b9389d14f
Binary files /dev/null and b/sound/music/lobby/adhomai/adhomai-2.ogg differ
diff --git a/sound/music/lobby/adhomai/adhomai-3.ogg b/sound/music/lobby/adhomai/adhomai-3.ogg
new file mode 100644
index 00000000000..cf812dddf23
Binary files /dev/null and b/sound/music/lobby/adhomai/adhomai-3.ogg differ
diff --git a/sound/music/lobby/adhomai/adhomai-4.ogg b/sound/music/lobby/adhomai/adhomai-4.ogg
new file mode 100644
index 00000000000..6bcc9b1f78e
Binary files /dev/null and b/sound/music/lobby/adhomai/adhomai-4.ogg differ
diff --git a/texts/lore_radio/adhomai/11.7_KGTW-11.txt b/texts/lore_radio/adhomai/11.7_KGTW-11.txt
new file mode 100644
index 00000000000..1e0af26d80b
--- /dev/null
+++ b/texts/lore_radio/adhomai/11.7_KGTW-11.txt
@@ -0,0 +1,38 @@
+[RANDOMNOTE] An orchestra plays an introduction tune[RANDOMNOTE]
+Good morning, fellow comrades! It is a fine day here in Nal’tor and we at KGTW-11 hope that wherever they are, they are having a fine day too.
+First, on our program, the mahmrro match between the Ministry of Education Club and the MC Kosmosnaut ended in a startling close victory for the MC Kosmosnaut.
+The Ministry of Education Club held a strong lead over the MC Kosmosnaut with several early goals from across the field, but MC Kosmosnaut closed the gap swiftly in the third quarter.
+In the last quarter, MC Kosmosnaut player Homor Zkirmir made a beautiful shot from across the entire field and scored an amazing final goal.
+The Ministry of Education Club joined with MC Kosmosnaut to celebrate their victory, showing strong values as an example for our nation’s youth.
+[RANDOMNOTE] An orchestra plays a transitory music sting[RANDOMNOTE]
+Comrades, this one has a question for all those listening.
+In this era of technological progress, why settle for weakened bodies?
+The ministry of technology has achieved great things in our state, and the bounty is available for all under the Party to enjoy!
+Tesla limbs empower the weak and make the able-bodied even better.
+We see it among our fellows in the workplace and in our social lives.
+See your local office about tesla limb implantation. Priority is given to the disabled, but the able bodied can always apply!
+[RANDOMNOTE] An orchestra plays a transitory music sting[RANDOMNOTE]
+Our great President Hadii has once again proven the greatness of the nation today.
+Mining production is up in the heartlands region with new productivity alongside greater worker safety.
+This is attributed to our leader’s strong mind, as President Hadii negotiated harshly with NanoTrasen for better equipment in the nation’s mines.
+Miners report better conditions, more happiness, and fulfillment.
+President Hadii even visited several mines to see how things have improved himself
+Miners cheered for the humble President, and several of the best workers were allowed to meet with him.
+[RANDOMNOTE] An orchestra plays a transitory music sting[RANDOMNOTE]
+New public security measures implemented in the nation’s rural areas have led to better and safer lives for citizens.
+The People’s Strategic Intelligence Service report that new agent tactics have greatly helped in stopping subversive elements and locating criminal enterprises.
+This fight against criminality and subversion cannot be possible without the assistance of the people, remember to report all unusual activity to your local police force.
+[RANDOMNOTE] An orchestra plays a transitory music sting[RANDOMNOTE]
+Development on Hro’zamal is continuing at a steady pace.
+The attacks by bandits in the jungles are gradually lowering thanks to the effort of the Kosmostrelki.
+Colonialists are reporting better crop yields to help support the Hro’zamal soda industry that people spur-wide rely on for excellent product.
+With this prosperity comes the need for more workers!
+Hro’zamal is a testing ground for all those Hadiists who wish to prove themselves.
+It is good to labour for the Party to advance our hold on the stars.
+See your local office about signing up for the colonization program.
+[RANDOMNOTE] An orchestra plays a transitory music sting[RANDOMNOTE]
+Yasmin Piaf, darling of our nation, may soon have competition for her place at the top.
+New music artists are appearing more and more each year.
+This new wave is much different from their predecessors.
+Gentle singing and traditional music are pulling back as electro-swing, synth, and even rock top the charts among our nations’ youth.
+[RANDOMNOTE] An orchestra plays a transitory music sting[RANDOMNOTE]
diff --git a/texts/lore_radio/adhomai/14.6_Northern_Harrmasir_Radio.txt b/texts/lore_radio/adhomai/14.6_Northern_Harrmasir_Radio.txt
new file mode 100644
index 00000000000..193dcd34082
--- /dev/null
+++ b/texts/lore_radio/adhomai/14.6_Northern_Harrmasir_Radio.txt
@@ -0,0 +1,78 @@
+Suns Bless the North! They are listening to Northern Harr'masir Radio, live from Kaltir!
+This is their host, Makzhir, speaking.
+This broadcast is sponsored by Royal Firearms.
+Ever need enough firepower to put down any black-furred ruffian in their way?
+Do not think twice! Buy the Royal Firearms Service Revolver!
+Royal Firearms, weapons made for nobles like them!
+To begin this day well, they will broadcast a famous folk song: His Star Shines!!
+[RANDOMNOTE] /Traditional Tajaran instruments begin to play./ [RANDOMNOTE]
+[RANDOMNOTE] Oh shine, oh shine, such wonderful star, [RANDOMNOTE]
+[RANDOMNOTE] Oh star of love, welcome they are, [RANDOMNOTE]
+[RANDOMNOTE] Here in his heart they are the precious one, [RANDOMNOTE]
+[RANDOMNOTE] No place for more: there can be none!| [RANDOMNOTE]
+[RANDOMNOTE] /Traditional Tajaran instruments continue to play./ [RANDOMNOTE]
+[RANDOMNOTE] Infinite stars light up from high, [RANDOMNOTE]
+[RANDOMNOTE] On clear nights, both earth and sky, [RANDOMNOTE]
+[RANDOMNOTE] None but them, his wondrous star so bright, [RANDOMNOTE]
+[RANDOMNOTE] That shines with such glorious light! [RANDOMNOTE]
+[RANDOMNOTE] /Traditional Tajaran instruments continue to play./ [RANDOMNOTE]
+[RANDOMNOTE] Enchanted star of divine, [RANDOMNOTE]
+[RANDOMNOTE] Of cherished bygone days with shine. [RANDOMNOTE]
+[RANDOMNOTE] But come what may, in his tormented soul [RANDOMNOTE]
+[RANDOMNOTE] There shall they stay to keep him whole! [RANDOMNOTE]
+[RANDOMNOTE] /Traditional Tajaran instruments continue to play./ [RANDOMNOTE]
+[RANDOMNOTE] How brightly beams their sacred ray. [RANDOMNOTE]
+[RANDOMNOTE] Shine on the paths of his life today. [RANDOMNOTE]
+[RANDOMNOTE] Forever shine! Even his grave afar! [RANDOMNOTE]
+[RANDOMNOTE] Oh brightly shine, his precious star! [RANDOMNOTE]
+/Traditional Tajaran stops playing./
+What a wonderful song! It reminds him of his childhood!
+Before they can continue, they must listen to a word from one of their sponsors, Idris Incorporated.
+Seeking a refugee from daily life? Wishing to see what the Kingdom and the universe have to offer?
+Idris Incorporated offers them the best experience in tourism in all the galaxy!
+They can choose one of their wonderful resorts on the beaches of Harr'nrr or even one in an exotic alien world.
+Astronomical Figures. Unlimited Power.
+They are back to their regular broadcasting with another episode of their famous radionovela, Cold Souls and Warm Hearts!
+/A short jiggle plays before a narrator begins to speak with a grave voice:/
+In the previous episode of Cold Souls and Warm Hearts, their heroine, Yuldus, was caught by a Hadiist patrol while trying to smuggle weapons for the Royalist resistance.
+She notices that the unit's commissar was one of her boyfriends from her youth. Can she convince him to let her go?
+/A female Tajaran voice begins to speak:/
+Oh, Levhkir! Does she not recognize her!? They had known each other since they were young, even before they could walk or talk!
+/A male Tajaran voice replies:/
+Yes, he remembers her. However, she was caught carrying multiple rifles and pistols inside her bag. What is she planning to do with these?
+As they know, they suspect that a rebellious group is acting in this area to topple down the glorious rule of President Hadii, praise his name!
+/A female Tajaran sighs before replying:/
+Oh, no! These guns are for her brothers! They are planning to hunt some…
+Some, uh, Sham'tyr..;?
+/The narrator describes the scene:/
+Levhkir folds his ears back. He is suspecting that something is wrong. He places his hand on his weapon.
+/A male Tajaran voice asks:/
+Why would they need so many rifles and pistols? This is very strange…
+/A female Tajaran voice replies:/
+There is a Sham'tyr infestation north of here!
+Oh, Levhkir, she is so afraid of the village's children!
+What if they are carried away by one of these evil creatures?
+Maybe he can prove himself worthy to her once again if he gets there before her brother hunts the Sham'tyr!
+/A male Tajaran voice speaks enthusiastically:/
+Great idea, Yuldus!
+Soldiers, get the rifles and they will hunt down these Sham'tyr!
+Yuldus, stay here while they handle the job!
+/The sound of marching can be heard before a female Tajaran sighs of relief:/
+Suns, that was close…
+But, she has no guns now and they will probably notice her lie!
+What can she do?!
+/The narrator speaks:/
+Yuldus might have escaped this time, but her lies can get her so far!
+How can she avoid the wrath of the commissar when he finds out he was deceived by their heroine?
+Find out in the next episode of Cold Souls and Warm Hearts!
+/A short jiggle plays./
+What an interesting history and incredible acting!
+Makzhir can not wait to find out what happens next…
+This broadcast is sponsored by Minharrzka Maritime Company!
+Across all Adhomian seas, only one flag stands above all!
+The flag of the Minharrzka Maritime Company!
+From humble fishing trawls to mighty warships, they provide to all!
+Conquer the oceans with Minharrzka Maritime Company!
+He offers his thanks to their listeners for today.
+He is glad for their presence!
+Remember to tune in to this same channel at this same time for more Northern Harr'masir Radio!
\ No newline at end of file
diff --git a/texts/lore_radio/adhomai/34.2_The_Voice_of_the_Tajaran_People.txt b/texts/lore_radio/adhomai/34.2_The_Voice_of_the_Tajaran_People.txt
new file mode 100644
index 00000000000..dcd3fb93d76
--- /dev/null
+++ b/texts/lore_radio/adhomai/34.2_The_Voice_of_the_Tajaran_People.txt
@@ -0,0 +1,49 @@
+[RANDOMNOTE] /The State Anthem of the People's Republic of Adhomai plays./ [RANDOMNOTE]
+Hadii's Graces, comrade. This is the Voice of the Tajaran People speaking!
+Pay attention to the official broadcast brought to them by the Party!
+They will start with the news of the day.
+First, the report of today's Party meeting.
+President Hadii has granted further funds for research, education, security, agriculture, industry, defense, and space exploration.
+Their great leader, President Hadii, continues to work towards their future!
+At the request of Headmaster Harrrdanim Tyr'adrr, more cameras will be installed in the cities.
+Even with these useful devices, citizens must still report suspicious activity and misbehavior!
+Party Secretary Yakiv Hadii, with the permission of their great leader, signed more deals to train engineers and secure resources for the construction of the bluespace gate.
+Minister of Defense Irbaykhan Mirarkiizar promised to increase the pension of veterans and their families.
+Minister of Technology Zhuldyz Hadii continues to expand Al'mari's Robot Factory by integrating the state's AI system into its material management.
+Minister of Education Kalim Khazdar has approved the construction of technical schools in the rural areas of the nation.
+The nation thanks the Party for its efforts towards building Hadiism!
+They have news from Hro'zamal!
+With the help of the Pioneer Guard, the Grand People's Army Expeditionary Force destroyed multiple rebel outposts!
+The colonial administration has promised further benefits and land to Tajara willing to settle on the planet.
+Help the People's Republic of Adhomai expand its borders; move to Hro'zamal today!
+Now a reminder from the Party to its people!
+The partnership between their nation and the intergalactic intensities is a fruitful one.
+If they wish to seek further knowledge to help them at home, consider signing up to work with the Stellar Corporate Conglomerate today!
+They will see the galaxy and will return as a labor hero to home!
+Now some production reports from the Ras'nrr Heartlands.
+The N'fri-hi harvest has seen a rise of 124% since the last year!
+Chemical analyses report that this year's Nm'shaan harvest has produced one of the purest sugars of the past decade!
+The Ministry of Agriculture released a study proving that the average N'hanzafu weight has increased by seven kilos since the Armistice.
+Thanks to the masterful work of their farmers, they will continue to break records.
+Now some updates concerning the ongoing housing programs!
+Nal'tor is now considered homeless-free!
+All the vagrants have been assigned to state-provided housing or were assigned to work in communal farms.
+Thanks to the hard work of the Ministry of Internal Affairs, they were able to provide a lair and work for every Tajara.
+No one has refused this opportunity as well!
+Now they will listen to one of President Hadii's glorious speeches.
+This one was made in 2451 shortly after the Armistice:
+[RANDOMNOTE] /The State Anthem of the People's Republic of Adhomai plays./ [RANDOMNOTE]
+“Fellow Tajara, they have gathered here to celebrate the peace among all Tajara.
+For ten years they have fought to keep the flame of Hadiism alive, and they have been victorious.
+Through the determination and heroism of their people and allies, they have stopped those who tried to destroy the dreams of a united and free Tajaran people.
+Even when Adhomai and its people are not together, as it was during the times of Al'Mari, they will continue to strive for this ideal!
+/The sound of a crowd cheering and clapping interrupts the speech for multiple minutes./
+“The People’s Republic of Adhomai will continue to unite all Tajara under its banner, even the ones living outside of our system, so they may secure their destiny in this universe.
+Let it be known to their allies and enemies; the victory of Hadiism is inevitable, and every citizen of their glorious Republic will fight for it!”
+/The ovation from the crow continues./
+[RANDOMNOTE] /The State Anthem of the People's Republic of Adhomai plays./ [RANDOMNOTE]
+Comrades, listening to President Hadii's speeches is a great honor.
+His words fill their hearts with great determination and hope.
+This speech will also be transmitted to their telescreens and extranet-connected devices today!
+Let them continue working hard for the People's Republic.
+The future is Hadiist!
\ No newline at end of file
diff --git a/texts/lore_radio/adhomai/51.2_Radio_Free_Adhomai.txt b/texts/lore_radio/adhomai/51.2_Radio_Free_Adhomai.txt
new file mode 100644
index 00000000000..65f026aff20
--- /dev/null
+++ b/texts/lore_radio/adhomai/51.2_Radio_Free_Adhomai.txt
@@ -0,0 +1,84 @@
+[RANDOMNOTE] /A symphony of traditional Tajaran instruments plays./ [RANDOMNOTE]
+They are tuned into Radio Free Adhomai, the radio station for all news that's fit for them!
+There is much to cover today, and there will be a talk show after the news, so stay tuned in!
+Moving onto the news.
+The government has been in discussion about training the young generation of Tajara.
+Education is paramount for the future of the Democratic Republic, President Almrah Harrlala said.
+To ease access to higher education, the government has considered subsidising certain courses.
+After discussion, the civilian administration has decided to lead the way.
+Applicants to the Shastar Technical University and Trizar State Medical Academy will receive financial support.
+If they or their children are interested in higher education, now is the perfect time to apply.
+Junta leaders were asked to follow the same principles in their territory.
+The yearly Sren'dul arts & crafts festival is happening soon.
+Organisers have said that twenty more stalls were booked this year.
+They are expecting a very successful festival compared to last year, and invite all who can to visit.
+A Hadiist expedition was launched to climb Mount Zho'takh, a mountain in the North Pole.
+They are saying that climbing a derelict hill will prove the power of Hadiist science.
+Meanwhile, Kandaza J'shar, a civilian representative of the Liberation Army Navy North Pole expedition, reports success.
+They have found a treasure trove of artifacts in some recovered ships.
+These artifacts will be sorted, researched, catalogued in Crevus, and will then be granted to museums.
+The Tajara will be able to see and learn about their heritage and achievements, Kandaza said.
+Lastly, a reminder for those traveling to Gakal'zaal or Tau Ceti.
+Be sure to bring correct documentation and spare money. Book safe transport identified as DPRA ships.
+Pirates and other dangers recognise DPRA ships and will leave them alone.
+Even Unathi pirates do not want to upset the mighty Spacer Militia.
+That is it for news for now. After a few sponsors, Kirnkar will broadcast his daily talk show.
+[RANDOMNOTE] /A symphony of traditional Tajaran instruments plays./ [RANDOMNOTE]
+Ride in style with a Shastar-17 - the reliable vehicle fit for any challenge. New trims are now available.
+Get the latest technology and consumer products with Thaki! From refrigerators to televisions for every wallet.
+Looking to upgrade for home defense or hunting? Look no further than Shastar Defense! Affordable and reliable weapons and accessories for all.
+[RANDOMNOTE] /Instruments with synth beats play an intro sequence./ [RANDOMNOTE]
+Hello everyone! Thanks for tuning into Radio Free Adhomai. They are listening to Kirnkar, and they are about to hear the nation's favourite talk show.
+Today's topic will be very interesting, and he is excited to hear what they think.
+Remember, when they hear the tone, they can call into the radio channel and speak with him, so keep their ears listening!
+The topic for today will be the state of Adhomai.
+Even if there is an Armistice, it is no doubt going to be temporary. The Liberation Army is making great strides in technology.
+Everyone is preparing, and it is the ingenuity that true Tajaran engineering will be the one with cutting edge.
+The bunch of squabbling nobles in the Kingdom are too busy selling their own land and people to megacorporations to invest in their future.
+Meanwhile, the Hadiists are doing the same in exchange for alien technology.
+Only the Democratic Republic remains without alien influence and has the dignity to do it themselves, preparing in a superior way only a Tajara can.
+He is not even going to comment on the royalists, they are a lost cause as soon as the war reignites.
+Hadiists, meanwhile, have "mechs" and "lasers" and whatever other fancy, unreliable alien technology their masters make.
+How many times do they think those things are going to break in a single battle? Fire a rifle ten times and they have to run away. Hah!
+But the truth of it is, and this is a sad one. Humans, Skrell, and all these other aliens are trying to interfere against a free Adhomai.
+They are giving weapons, and technology to other nations. Why?
+Well, the answer is in front of them. Look at the Hadiists.
+Most factories they have? Owned by NanoTrasen. The workers there are Tajara, and get paid next to nothing.
+Where do products go? To aliens. Not to be used at home.
+Mines and other natural resources? They guessed it. Aliens. It all gets exported to them.
+What do the Tajara get out of this? Wow, a gun that can fire twice before breaking or running out of charge. A mech that stands three times as tall as a tank.
+And they are branding this as Hadiist science, by the way. The corporate rafama giving them some paper blueprint trash is laughing very hard.
+Look at the royalists, too. They have a mountain range full of minerals, gems, and the like - Zarr'jirah.
+The royalist mines, where mortality rates are the highest of basically any place, who gets them?
+The Tajara who mined them? No. Idris Incorporated. They signed a deal and even bragged about "cooperation" where they export all the gems out of the planet.
+No Tajara will ever see them, it is for some human who will never appreciate it. A cheap corporate product for some nose-picking executive.
+But this is in their nature. Humans, for example, if they aren't aware? They once had fur.
+Why are they hairless now? Because they evolved to take everything they can, instead of living in harmony.
+They killed many, many species to extinction on their own planet. Ruined the ecology. Took what they wanted and discarded the rest.
+They don't need fur if they can simply steal it from somewhere else. That is their whole nature and extends to even now.
+Look at the Unathi, they did the same. Much like Adhomai with Almarii's assassination because he would not bend over to aliens, they did the same there.
+Caused a nuclear war that destroyed their planet. And now the survivors were in need of help. And who came to help? The corporations who started it.
+Now they own the entire planet. All the money, the resources? They took it for themselves.
+Those survivors? Now employees, thanking their alien benefactors for saving them from something the aliens started in the shadows.
+And this is the unfortunate truth. Adhomai, with alien-worshipping leaders like Njadrasanukii Hadii and whatever inbred royalist there is now?
+It is being lost. And the only way to avoid the same fate as the Unathi is to take up arms and prevent them from being present on this wonderful, blessed globe.
+Adhomai and the Tajara need to stand strong, to counter the shadow influence that the aliens cast. To leave the Tajara to craft their fate.
+So he wants them to tell him what they think.
+[RANDOMNOTE] A single musical note plays. [RANDOMNOTE]
+/Hello?/
+Welcome! He is live on Radio Free Adhomai. What's his name?
+/Sirgi. He comes from Dolor./
+Well, Sirgi. What does he think about the reality of Adhomai?
+/He finds it miserable, in all honesty. To see aliens jingle a coin pouch and idiots falling down while chasing after it./
+/He hopes that the Liberation Army strikes soon. The longer it takes, the more these aliens can profit from misery./
+/Why keep waiting? They are actively making things worse for everyone. He thinks all the aliens and cooperators who participated in this should be shot and hung./
+They raise a good point! Thanks for his time, Sirgi.
+Those who pervert Adhomai and sell it away will face the consequences as soon as the war starts. The true Tajara will rise against the alien menace.
+And if they intervene, history has already shown that they are not as capable as Tajara.
+Look at the S'randmarr Coalition! The Hadiists begged their overlord to send help, and they sent many soldiers.
+Most of them died in two months, with more casualties than anyone else during the second revolution.
+Ask a veteran from the revolution who fought against them - easy pickings. They couldn't match a Tajara.
+But in the end, where the aliens find cheap labour and free money to pad their wallets, they will end up with a gun against their heads.
+Well, wishful thinking. Aliens are too scared to deal with directly. It will be all the dead lackeys and destroyed ships that will send them to be homeless.
+Hopefully, they starve.
+[RANDOMNOTE] /Instruments with synth beats play an outro sequence./ [RANDOMNOTE]
\ No newline at end of file
diff --git a/texts/lore_radio/adhomai/72.9_Crevus_Radio_Center_27.txt b/texts/lore_radio/adhomai/72.9_Crevus_Radio_Center_27.txt
new file mode 100644
index 00000000000..20eed7d0331
--- /dev/null
+++ b/texts/lore_radio/adhomai/72.9_Crevus_Radio_Center_27.txt
@@ -0,0 +1,45 @@
+Hello ladies and gentlemen, this is Crevus Radio Center 27 calling out to them from Adhomai’s shining pearl.
+Now as they all know, this is their wondrous Mister Crevus speaking to them and wishing them a wonderful day.
+Now don’t turn off that radio! We’ll begin the tunes soon, but first a word from our sponsors… The Rredouane’s Palace! Enjoy a party worthy of the gods! That’s right folks, the Rredouane’s Palace is beckoning them to come on in, take a load off, and enjoy the high life. Just don’t forget to pack a heavy wallet, alright?
+And now here’s a rising star in the Crevan punk scene, it’s the Suns-Eaters!
+[RANDOMNOTE]/A blaring punk dirge with a woman screeching over it begins/[RANDOMNOTE]
+[RANDOMNOTE]He has nowhere to go![RANDOMNOTE]
+[RANDOMNOTE]He has nowhere to hide![RANDOMNOTE]
+[RANDOMNOTE]She’s going to find him![RANDOMNOTE]
+[RANDOMNOTE]And now it is his turn to be afraid![RANDOMNOTE]
+[RANDOMNOTE]/Blaring punk music continues to play/[RANDOMNOTE]
+[RANDOMNOTE]The streets are dark, she’ll find him![RANDOMNOTE]
+[RANDOMNOTE]Raskara! RASKARA![RANDOMNOTE]
+[RANDOMNOTE]The moon will seduce him with her eyes, she will ask them“Do he remember that girl?”.[RANDOMNOTE]
+[RANDOMNOTE]Now he is afraid![RANDOMNOTE]
+[RANDOMNOTE]/Blaring punk music continues to play/[RANDOMNOTE]
+[RANDOMNOTE]He has nowhere to go![RANDOMNOTE]
+[RANDOMNOTE]He has nowhere to hide![RANDOMNOTE]
+[RANDOMNOTE]She’s going to find him![RANDOMNOTE]
+[RANDOMNOTE]And now it is his turn to be afraid![RANDOMNOTE]
+[RANDOMNOTE]The streets are dark![RANDOMNOTE]
+[RANDOMNOTE]... And she’s gonna find him…[RANDOMNOTE]
+{RANDOMNOTE]/The punk song trails off./[RANDOMNOTE]
+Wow, folks. What a voice on that dame, huh? Reminds him of his last girl… Suns, what a firecracker! Come and see the Sun-Eaters live in Crevus before they kick off their Das’nnra tour!
+Now before we begin our next segment, he’d like to ask his darling listeners if they’ve thought of doing the adventure of a lifetime. And no, he’s not trying to rope them into being on a smuggler crew! Come and see the frozen north of Adhomai through J’Shar Travels! Just remember to watch out for the plasmageists. No one wants frizzed out fur on their vacation.
+Coming up next is the latest hit by Generr Morr’sori, and this one’s a real dozy folks.
+[RANDOMNOTE]/A slow and sad string tune begins to play, with a male Tajara lamently singing/[RANDOMNOTE]
+[RANDOMNOTE]When he closes his eyes and dreams, he’ll kiss her once again[RANDOMNOTE]
+[RANDOMNOTE]He’ll pretend, yes he’ll pretend[RANDOMNOTE]
+[RANDOMNOTE]And when he whispers “I love you” he wants you to be his[RANDOMNOTE]
+[RANDOMNOTE]He’ll pretend that she’s by his side[RANDOMNOTE]
+[RANDOMNOTE]Then he’ll pretend that she is his blushing bride[RANDOMNOTE]
+[RANDOMNOTE]/A slow and sad string tune continues to play/[RANDOMNOTE]
+[RANDOMNOTE]He wishes he knew what he did dear…[RANDOMNOTE]
+[RANDOMNOTE]To make her treat him so…[RANDOMNOTE]
+[RANDOMNOTE]Was she pretending?[RANDOMNOTE]
+[RANDOMNOTE]Did she ever love him…?[RANDOMNOTE]
+[RANDOMNOTE]/A slow and sad string tune continues to play/[RANDOMNOTE]
+[RANDOMNOTE]In his dreams, he’s tried to find someone as sweet as her[RANDOMNOTE]
+[RANDOMNOTE]He knows he won’t dear, but he’ll pretend[RANDOMNOTE]
+[RANDOMNOTE]And when he takes her in his arms[RANDOMNOTE]
+[RANDOMNOTE]And kiss her, tenderly.[RANDOMNOTE]
+[RANDOMNOTE]He’ll just pretend dear, that she is kissing him[RANDOMNOTE]
+Sheesh. Now he feels like a wreck. Nothing like a sad song to remind them how bad life can be, eh folks? Ah, who is he kidding- We live on Adhomai! Reminders here fall as easily as rain from the sky.
+But what doesn’t come so easily? Good seafood. Now he knows every single person’s got a tale of stomach woes but what if he could tell you that there exists a place where the fish are cooked to perfection? The Minharrzka’s Heart is always giving some of the best seaside dining on this world. And rumour is, if one brings their own fishing rod, they can get their catch cooked! Kidding folks, kidding. Don’t try that.
+Now he’s going to go off the radio for a bit, but don’t worry their heads too much folks. Your darling mister Crevus will be back after this short break…
diff --git a/texts/lore_radio/adhomai/83.1_The_Crown_Herald.txt b/texts/lore_radio/adhomai/83.1_The_Crown_Herald.txt
new file mode 100644
index 00000000000..8c34d4e2dc6
--- /dev/null
+++ b/texts/lore_radio/adhomai/83.1_The_Crown_Herald.txt
@@ -0,0 +1,34 @@
+[RANDOMNOTE] /Calm orchestral music starts playing as an intro./ [RANDOMNOTE]
+Welcome, listeners. They are tuned into the Crown Herald, the voice of the Crown.
+The Crown Herald will first broadcast the parliamentary decisions made today.
+The contracting of additional canning factories was approved in order to relieve stress on the army.
+Field-Marshal Vyakelas Klyuchevsky stated that food rations are limited in variety.
+He has also mentioned that stockpiles must be higher to be prepared for war.
+The Field-Marshal has offered a public contract bid for canning factories to produce more variants.
+The motion has passed parliament after a presentation on the issue and its effect on morale.
+Companies are encouraged to place bids to the Army to establish contracts for rations.
+A tax relief has been discussed for entrepreneurs to encourage them to establish businesses.
+Everyone has a duty to the country, and this will help them establish companies, said Prince Serhiy Oliinyk.
+Grand Duke Akym Yudenikh criticised the tax relief, stating that it would be a large financial burden.
+He has offered to instead restrict it to a smaller group - nobility who do not own land.
+After intense discussion, the motion passed with the offered alteration.
+Unlanded nobles who do not own a business will obtain tax relief for two years after establishing one.
+Queen Shumaila has said that she hopes this will encourage the unlanded nobility to contribute their part.
+Count Tscherim Sanguszkho has offered a motion to establish archeological dig sites in the North Pole.
+The Count was questioned as there were no known archeological finds in the North Pole.
+He has responded to the questioning that the ancient Tajara have a base there and that they have not found it yet.
+It is hidden in the mountain with advanced cloaking technology, and the count went into detail about how it worked.
+After a long explanation without being allowed interjection, Queen Shumaila called for order in the parliament.
+The motion was declined after a quick voting session.
+That is all the parliamentary decisions today.
+Now, a speech from Queen Shumaila Azunja:
+/As the year spins into 2466, the New Kingdom is growing stronger than ever./
+/With respectful growth and innovation, the Kingdom has achieved many milestones recently./
+/The bunker project is proceeding well, and they will have safety in the event of war./
+/The mercantile fleet has established the Kingdom's presence beyond the borders of the nation./
+/New diplomatic relations have been forged with the Spur, and the benefits will soon blossom./
+/With all that in mind, the future is ripe for everyone in the Kingdom./
+/There will be many more opportunities to contribute to the nation, the crown, and the people./
+/She invites everyone to listen to new developments on the channel, and in the Royal Telegraph./
+/Remember that everyone does their part to turn the wheels in the New Kingdom./
+[RANDOMNOTE] /Calm orchestral music starts playing as an outro./ [RANDOMNOTE]