mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 02:34:00 +00:00
Replaces most instances of Nyx to Vir.
This commit is contained in:
@@ -44,7 +44,7 @@ var/religion_name = null
|
|||||||
return capitalize(name)
|
return capitalize(name)
|
||||||
|
|
||||||
/proc/system_name()
|
/proc/system_name()
|
||||||
return "Nyx"
|
return "Vir"
|
||||||
|
|
||||||
/proc/station_name()
|
/proc/station_name()
|
||||||
if (station_name)
|
if (station_name)
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
/datum/game_mode/traitor
|
/datum/game_mode/traitor
|
||||||
name = "traitor"
|
name = "traitor"
|
||||||
round_description = "There is a foreign agent or traitor on the station. Do not let the traitor succeed!"
|
round_description = "There is a foreign agent or traitor on the station. Do not let the traitor succeed!"
|
||||||
extended_round_description = "The Company's monopolistic control over the phoron supplies of Nyx has marked the \
|
extended_round_description = "The Company's majority control of phoron in Vir has marked the \
|
||||||
station to be a highly valuable target for many competing organizations and individuals. The varied pasts \
|
station to be a highly valuable target for many competing organizations and individuals. The varied pasts \
|
||||||
and experiences of your coworkers have left them susceptible to the vices and temptations of humanity. \
|
and experiences of your coworkers have left them susceptible to the vices and temptations of humanity. \
|
||||||
Is the station the safe self-contained workplace you once thought it was, or has it become a playground \
|
Is the station the safe self-contained workplace you once thought it was, or has it become a playground \
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
/obj/item/supply_beacon
|
/obj/item/supply_beacon
|
||||||
name = "inactive supply beacon"
|
name = "inactive supply beacon"
|
||||||
icon = 'icons/obj/supplybeacon.dmi'
|
icon = 'icons/obj/supplybeacon.dmi'
|
||||||
desc = "An inactive, hacked supply beacon stamped with the Nyx Rapid Fabrication logo. Good for one (1) ballistic supply pod shipment."
|
desc = "An inactive, hacked supply beacon stamped with the Vir Rapid Fabrication logo. Good for one (1) ballistic supply pod shipment."
|
||||||
icon_state = "beacon"
|
icon_state = "beacon"
|
||||||
var/deploy_path = /obj/machinery/power/supply_beacon
|
var/deploy_path = /obj/machinery/power/supply_beacon
|
||||||
var/deploy_time = 30
|
var/deploy_time = 30
|
||||||
@@ -112,6 +112,6 @@
|
|||||||
var/drop_x = src.x-2
|
var/drop_x = src.x-2
|
||||||
var/drop_y = src.y-2
|
var/drop_y = src.y-2
|
||||||
var/drop_z = src.z
|
var/drop_z = src.z
|
||||||
command_announcement.Announce("Nyx Rapid Fabrication priority supply request #[rand(1000,9999)]-[rand(100,999)] recieved. Shipment dispatched via ballistic supply pod for immediate delivery. Have a nice day.", "Thank You For Your Patronage")
|
command_announcement.Announce("Vir Rapid Fabrication priority supply request #[rand(1000,9999)]-[rand(100,999)] recieved. Shipment dispatched via ballistic supply pod for immediate delivery. Have a nice day.", "Thank You For Your Patronage")
|
||||||
spawn(rand(100,300))
|
spawn(rand(100,300))
|
||||||
new /datum/random_map/droppod/supply(null, drop_x, drop_y, drop_z, supplied_drop = drop_type) // Splat.
|
new /datum/random_map/droppod/supply(null, drop_x, drop_y, drop_z, supplied_drop = drop_type) // Splat.
|
||||||
|
|||||||
@@ -800,7 +800,7 @@
|
|||||||
|
|
||||||
/obj/structure/plushie/carp
|
/obj/structure/plushie/carp
|
||||||
name = "plush carp"
|
name = "plush carp"
|
||||||
desc = "A plushie of an elated carp! Straight from the wilds of the Nyx frontier, now right here in your hands."
|
desc = "A plushie of an elated carp! Straight from the wilds of the Vir frontier, now right here in your hands."
|
||||||
icon_state = "carpplushie"
|
icon_state = "carpplushie"
|
||||||
phrase = "Glorf!"
|
phrase = "Glorf!"
|
||||||
|
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
round_time // time of the round at which this should be announced, in seconds
|
round_time // time of the round at which this should be announced, in seconds
|
||||||
message // body of the message
|
message // body of the message
|
||||||
author = "NanoTrasen Editor"
|
author = "NanoTrasen Editor"
|
||||||
channel_name = "Nyx Daily"
|
channel_name = "The Vir Times"
|
||||||
can_be_redacted = 0
|
can_be_redacted = 0
|
||||||
message_type = "Story"
|
message_type = "Story"
|
||||||
|
|
||||||
@@ -66,7 +66,7 @@
|
|||||||
round_time = 60 * 50
|
round_time = 60 * 50
|
||||||
|
|
||||||
found_ssd
|
found_ssd
|
||||||
channel_name = "Nyx Daily"
|
channel_name = "The Vir Times"
|
||||||
author = "Doctor Eric Hanfield"
|
author = "Doctor Eric Hanfield"
|
||||||
|
|
||||||
message = {"Several people have been found unconscious at their terminals. It is thought that it was due
|
message = {"Several people have been found unconscious at their terminals. It is thought that it was due
|
||||||
@@ -78,7 +78,7 @@
|
|||||||
lotus_tree
|
lotus_tree
|
||||||
|
|
||||||
explosions
|
explosions
|
||||||
channel_name = "Nyx Daily"
|
channel_name = "The Vir Times"
|
||||||
author = "Reporter Leland H. Howards"
|
author = "Reporter Leland H. Howards"
|
||||||
|
|
||||||
message = {"The newly-christened civillian transport Lotus Tree suffered two very large explosions near the
|
message = {"The newly-christened civillian transport Lotus Tree suffered two very large explosions near the
|
||||||
@@ -92,7 +92,7 @@
|
|||||||
food_riots
|
food_riots
|
||||||
|
|
||||||
breaking_news
|
breaking_news
|
||||||
channel_name = "Nyx Daily"
|
channel_name = "The Vir Times"
|
||||||
author = "Reporter Ro'kii Ar-Raqis"
|
author = "Reporter Ro'kii Ar-Raqis"
|
||||||
|
|
||||||
message = {"Breaking news: Food riots have broken out throughout the Refuge asteroid colony in the Tenebrae
|
message = {"Breaking news: Food riots have broken out throughout the Refuge asteroid colony in the Tenebrae
|
||||||
@@ -103,7 +103,7 @@
|
|||||||
round_time = 60 * 10
|
round_time = 60 * 10
|
||||||
|
|
||||||
more
|
more
|
||||||
channel_name = "Nyx Daily"
|
channel_name = "The Vir Times"
|
||||||
author = "Reporter Ro'kii Ar-Raqis"
|
author = "Reporter Ro'kii Ar-Raqis"
|
||||||
|
|
||||||
message = {"More on the Refuge food riots: The Refuge Council has condemned NanoTrasen's withdrawal from
|
message = {"More on the Refuge food riots: The Refuge Council has condemned NanoTrasen's withdrawal from
|
||||||
|
|||||||
@@ -22,6 +22,7 @@ var/global/list/citizenship_choices = list(
|
|||||||
|
|
||||||
var/global/list/home_system_choices = list(
|
var/global/list/home_system_choices = list(
|
||||||
"Sol",
|
"Sol",
|
||||||
|
"Vir",
|
||||||
"Nyx",
|
"Nyx",
|
||||||
"Tau Ceti",
|
"Tau Ceti",
|
||||||
"Epsilon Ursae Majoris",
|
"Epsilon Ursae Majoris",
|
||||||
|
|||||||
@@ -52,7 +52,7 @@
|
|||||||
affected_dest.temp_price_change[good_type] = rand(1,100) / 100
|
affected_dest.temp_price_change[good_type] = rand(1,100) / 100
|
||||||
|
|
||||||
/datum/event/economic_event/announce()
|
/datum/event/economic_event/announce()
|
||||||
var/author = "Nyx Daily"
|
var/author = "The Vir Times"
|
||||||
var/channel = author
|
var/channel = author
|
||||||
|
|
||||||
//see if our location has custom event info for this event
|
//see if our location has custom event info for this event
|
||||||
|
|||||||
@@ -11,7 +11,7 @@
|
|||||||
if(!event_type)
|
if(!event_type)
|
||||||
return
|
return
|
||||||
|
|
||||||
var/author = "Nyx Daily"
|
var/author = "The Vir Times"
|
||||||
var/channel = author
|
var/channel = author
|
||||||
|
|
||||||
//see if our location has custom event info for this event
|
//see if our location has custom event info for this event
|
||||||
@@ -116,11 +116,11 @@
|
|||||||
else
|
else
|
||||||
body += "is recovering from plastic surgery in a clinic on [affected_dest.name] for the [pick("second","third","fourth")] time, reportedly having made the decision in response to "
|
body += "is recovering from plastic surgery in a clinic on [affected_dest.name] for the [pick("second","third","fourth")] time, reportedly having made the decision in response to "
|
||||||
body += "[pick("unkind comments by an ex","rumours started by jealous friends",\
|
body += "[pick("unkind comments by an ex","rumours started by jealous friends",\
|
||||||
"the decision to be dropped by a major sponsor","a disasterous interview on Nyx Tonight")]."
|
"the decision to be dropped by a major sponsor","a disasterous interview on Vir Tonight")]."
|
||||||
if(TOURISM)
|
if(TOURISM)
|
||||||
body += "Tourists are flocking to [affected_dest.name] after the surprise announcement of [pick("major shopping bargains by a wily retailer",\
|
body += "Tourists are flocking to [affected_dest.name] after the surprise announcement of [pick("major shopping bargains by a wily retailer",\
|
||||||
"a huge new ARG by a popular entertainment company","a secret tour by popular artiste [random_name(pick(MALE,FEMALE))]")]. \
|
"a huge new ARG by a popular entertainment company","a secret tour by popular artiste [random_name(pick(MALE,FEMALE))]")]. \
|
||||||
Nyx Daily is offering discount tickets for two to see [random_name(pick(MALE,FEMALE))] live in return for eyewitness reports and up to the minute coverage."
|
The Vir Times is offering discount tickets for two to see [random_name(pick(MALE,FEMALE))] live in return for eyewitness reports and up to the minute coverage."
|
||||||
|
|
||||||
news_network.SubmitArticle(body, author, channel, null, 1)
|
news_network.SubmitArticle(body, author, channel, null, 1)
|
||||||
|
|
||||||
@@ -152,7 +152,7 @@
|
|||||||
"'Here kitty kitty' no longer preferred tajaran retrieval technique.",\
|
"'Here kitty kitty' no longer preferred tajaran retrieval technique.",\
|
||||||
"Man travels 7000 light years to retrieve lost hankie, 'It was my favourite'.",\
|
"Man travels 7000 light years to retrieve lost hankie, 'It was my favourite'.",\
|
||||||
"New bowling lane that shoots mini-meteors at bowlers very popular.",\
|
"New bowling lane that shoots mini-meteors at bowlers very popular.",\
|
||||||
"[pick("Unathi","Spacer")] gets tattoo of Nyx on chest '[pick("[boss_short]","star","starship","asteroid")] tickles most'.",\
|
"[pick("Unathi","Spacer")] gets tattoo of Vir on chest '[pick("[boss_short]","star","starship","asteroid")] tickles most'.",\
|
||||||
"Skrell marries computer; wedding attended by 100 modems.",\
|
"Skrell marries computer; wedding attended by 100 modems.",\
|
||||||
"Chef reports successfully using harmonica as cheese grater.",\
|
"Chef reports successfully using harmonica as cheese grater.",\
|
||||||
"[company_name] invents handkerchief that says 'Bless you' after sneeze.",\
|
"[company_name] invents handkerchief that says 'Bless you' after sneeze.",\
|
||||||
@@ -162,7 +162,7 @@
|
|||||||
"This space for rent.",\
|
"This space for rent.",\
|
||||||
"[affected_dest.name] Baker Wins Pickled Crumpet Toss Three Years Running",\
|
"[affected_dest.name] Baker Wins Pickled Crumpet Toss Three Years Running",\
|
||||||
"Skrell Scientist Discovers Abacus Can Be Used To Dry Towels",\
|
"Skrell Scientist Discovers Abacus Can Be Used To Dry Towels",\
|
||||||
"Survey: 'Cheese Louise' Voted Best Pizza Restaurant In Nyx",\
|
"Survey: 'Cheese Louise' Voted Best Pizza Restaurant In Vir",\
|
||||||
"I Was Framed, jokes [affected_dest.name] artist",\
|
"I Was Framed, jokes [affected_dest.name] artist",\
|
||||||
"Mysterious Loud Rumbling Noises In [affected_dest.name] Found To Be Mysterious Loud Rumblings",\
|
"Mysterious Loud Rumbling Noises In [affected_dest.name] Found To Be Mysterious Loud Rumblings",\
|
||||||
"Alien ambassador becomes lost on [affected_dest.name], refuses to ask for directions",\
|
"Alien ambassador becomes lost on [affected_dest.name], refuses to ask for directions",\
|
||||||
|
|||||||
@@ -86,7 +86,7 @@ var/global/economy_init = 0
|
|||||||
if(economy_init)
|
if(economy_init)
|
||||||
return 2
|
return 2
|
||||||
|
|
||||||
news_network.CreateFeedChannel("Nyx Daily", "SolGov Minister of Information", 1, 1)
|
news_network.CreateFeedChannel("The Vir Times", "SolGov Minister of Information", 1, 1)
|
||||||
news_network.CreateFeedChannel("The Gibson Gazette", "Editor Mike Hammers", 1, 1)
|
news_network.CreateFeedChannel("The Gibson Gazette", "Editor Mike Hammers", 1, 1)
|
||||||
|
|
||||||
for(var/loc_type in typesof(/datum/trade_destination) - /datum/trade_destination)
|
for(var/loc_type in typesof(/datum/trade_destination) - /datum/trade_destination)
|
||||||
|
|||||||
@@ -12,7 +12,7 @@
|
|||||||
D.money += winner_sum
|
D.money += winner_sum
|
||||||
|
|
||||||
var/datum/transaction/T = new()
|
var/datum/transaction/T = new()
|
||||||
T.target_name = "Nyx Daily Grand Slam -Stellar- Lottery"
|
T.target_name = "The Vir Times Grand Slam -Stellar- Lottery"
|
||||||
T.purpose = "Winner!"
|
T.purpose = "Winner!"
|
||||||
T.amount = winner_sum
|
T.amount = winner_sum
|
||||||
T.date = current_date_string
|
T.date = current_date_string
|
||||||
@@ -24,10 +24,10 @@
|
|||||||
|
|
||||||
/datum/event/money_lotto/announce()
|
/datum/event/money_lotto/announce()
|
||||||
var/author = "[company_name] Editor"
|
var/author = "[company_name] Editor"
|
||||||
var/channel = "Nyx Daily"
|
var/channel = "The Vir Times"
|
||||||
|
|
||||||
var/body = "Nyx Daily wishes to congratulate <b>[winner_name]</b> for recieving the Nyx Stellar Slam Lottery, and receiving the out of this world sum of [winner_sum] credits!"
|
var/body = "The Vir Times wishes to congratulate <b>[winner_name]</b> for recieving the Vir Stellar Slam Lottery, and receiving the out of this world sum of [winner_sum] credits!"
|
||||||
if(!deposit_success)
|
if(!deposit_success)
|
||||||
body += "<br>Unfortunately, we were unable to verify the account details provided, so we were unable to transfer the money. Send a cheque containing the sum of 5000 Thalers to ND 'Stellar Slam' office on the Nyx gateway containing updated details, and your winnings'll be re-sent within the month."
|
body += "<br>Unfortunately, we were unable to verify the account details provided, so we were unable to transfer the money. Send a cheque containing the sum of 5000 Thalers to ND 'Stellar Slam' office on the The Vir Times gateway containing updated details, and your winnings'll be re-sent within the month."
|
||||||
|
|
||||||
news_network.SubmitArticle(body, author, channel, null, 1)
|
news_network.SubmitArticle(body, author, channel, null, 1)
|
||||||
|
|||||||
@@ -55,7 +55,7 @@
|
|||||||
"You have (1) new message!",\
|
"You have (1) new message!",\
|
||||||
"You have (2) new profile views!")
|
"You have (2) new profile views!")
|
||||||
if(3)
|
if(3)
|
||||||
sender = pick("Galactic Payments Association","Better Business Bureau","Nyx E-Payments","NAnoTransen Finance Deparmtent","Luxury Replicas")
|
sender = pick("Galactic Payments Association","Better Business Bureau","Vir E-Payments","NAnoTransen Finance Deparmtent","Luxury Replicas")
|
||||||
message = pick("Luxury watches for Blowout sale prices!",\
|
message = pick("Luxury watches for Blowout sale prices!",\
|
||||||
"Watches, Jewelry & Accessories, Bags & Wallets !",\
|
"Watches, Jewelry & Accessories, Bags & Wallets !",\
|
||||||
"Deposit 100$ and get 300$ totally free!",\
|
"Deposit 100$ and get 300$ totally free!",\
|
||||||
|
|||||||
Reference in New Issue
Block a user