From a2cb76c7c6e95a9c33d84f60c7584dfec2aaa59a Mon Sep 17 00:00:00 2001 From: blurryface Date: Sat, 8 Jun 2024 09:46:32 +0200 Subject: [PATCH] Add TCG It would be nice if it worked first try --- index.php | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/index.php b/index.php index 05b89b0..ef69c6e 100644 --- a/index.php +++ b/index.php @@ -12,6 +12,7 @@ session_start(); $nations = array( + 'psf' => array( 'name' => 'Panorama Socialist Federation', '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.', 'leader' => 'polycord', '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(