From 4e87fe4161164b10636a79ee03ca7a9ff4725a4e Mon Sep 17 00:00:00 2001 From: elgeonmb Date: Mon, 9 Oct 2017 21:32:01 -0700 Subject: [PATCH] Veyships2 (#4037) * It's not all Morpheus this time (#1) * ship names --- code/modules/busy_space/organizations.dm | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/code/modules/busy_space/organizations.dm b/code/modules/busy_space/organizations.dm index 279dff4d34..3dda0a8fbd 100644 --- a/code/modules/busy_space/organizations.dm +++ b/code/modules/busy_space/organizations.dm @@ -169,6 +169,22 @@ motto = "" ship_prefixes = list("VTV" = "transportation", "VMV" = "medical resupply") + // Diona names + ship_names = list( + "Wind That Stirs The Waves", + "Sustained Note Of Metal", + "Bright Flash Reflecting Off Glass", + "Veil Of Mist Concealing The Rock", + "Thin Threads Intertwined", + "Clouds Drifting Amid Storm", + "Loud Note And Breaking", + "Endless Vistas Expanding Before The Void", + "Fire Blown Out By Wind", + "Star That Fades From View", + "Eyes Which Turn Inwards", + "Joy Without Which The World Would Come Undone", + "A Thousand Thousand Planets Dangling From Branches" + ) destination_names = list( "a research facility in Samsara", "a SDTF near Ue-Orsi",