It would be nice if it worked first try
This commit is contained in:
blurryface 2024-06-08 09:46:32 +02:00 committed by Forgejo
parent 42bef17146
commit a2cb76c7c6
Signed by untrusted user who does not match committer: Forgejo
GPG key ID: E59A305B48F15D31

View file

@ -12,6 +12,7 @@
session_start(); session_start();
$nations = array( $nations = array(
'psf' => array( 'psf' => array(
'name' => 'Panorama Socialist Federation', 'name' => 'Panorama Socialist Federation',
'flag' => 'https://raw.theclashfruit.me/CRSS/CRSS/main/Nations/Republic%20of%20Panorama/Flag.svg', 'flag' => 'https://raw.theclashfruit.me/CRSS/CRSS/main/Nations/Republic%20of%20Panorama/Flag.svg',
@ -56,7 +57,16 @@
'description' => 'RFM is a nation helping in the modernisation of CRSS, not only by practices but by livelihood.', 'description' => 'RFM is a nation helping in the modernisation of CRSS, not only by practices but by livelihood.',
'leader' => 'polycord', 'leader' => 'polycord',
'leader_term' => 'President', 'leader_term' => 'President',
) ),
'tcg' => array(
'name' => 'Toasteric Colony of Grapetopia',
'flag' => 'https://raw.theclashfruit.me/CRSS/CRSS/main/Nations/Grapetopia/TCG.svg',
'short' => 'tcg',
'short_description' => 'A colony of TTK, ~10K blocks out of 0,0',
'description' => 'This is a colony of TTK, an island with an area of ~382m², located at ~7.5k X and -2.8k Z',
'leader' => 'MrLagSwitcha',
'leader_term' => 'Leader in charge',
),
); );
$companies = array( $companies = array(