mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-30 00:21:11 +01:00
Fixes outdated Consular directives (#13916)
This commit is contained in:
@@ -38,25 +38,24 @@
|
||||
switch(mission_level)
|
||||
if(REPRESENTATIVE_MISSION_HIGH)
|
||||
if(isvaurca(H))
|
||||
rep_objectives = pick("Assist K'laxan Nanotrasen personnel with their avowal process",
|
||||
"Obtain [rand(2,3)] sheets of solid phoron below market value, buying directly from the source")
|
||||
rep_objectives = pick("Obtain [rand(2,3)] sheets of solid phoron below market value, buying directly from the source")
|
||||
else
|
||||
rep_objectives = pick("Encourage [rand(1,2)] Unathi to become Zo'saa by signing up with the local Order",
|
||||
"Gather [rand(2,3)] evidences of any marginalization of Unathi beliefs")
|
||||
|
||||
if(REPRESENTATIVE_MISSION_MEDIUM)
|
||||
if(isvaurca(H))
|
||||
rep_objectives = pick("Collect evidence of Nanotrasen being unfair or bigoted to Vaurca or Unathi Employees, to be used as leverage in future labor negotiations",
|
||||
rep_objectives = pick("Collect evidence of the [current_map.boss_name] being unfair or bigoted to Vaurca or Unathi Employees, to be used as leverage in future labor negotiations",
|
||||
"Upsell K'laxan Vaurca to different command staff. Have one complete a Bound Vaurca requisition form")
|
||||
else
|
||||
rep_objectives = pick("Speak out against any violation of the Honor Code to or by Unathi on station",
|
||||
rep_objectives = pick("Speak out against any violation of the Honor Code to or by Unathi on the [current_map.station_short]",
|
||||
"Proselytize the Sk'akh or Tha'kh religions to the crew",
|
||||
"Encourage [rand(2,4)] Unathi to visit the Akhandi Order temples in Tau Ceti")
|
||||
else
|
||||
if(isvaurca(H))
|
||||
rep_objectives = pick("Promote Cultural Exchange between Vaurca, Unathi and other species")
|
||||
else
|
||||
rep_objectives = pick("Ensure all Unathi on station are being respected in their beliefs and customs and traditions",
|
||||
rep_objectives = pick("Ensure all Unathi on the are being respected in their beliefs and customs and traditions",
|
||||
"Discourage people from associating with Guwans, but convince [rand(2,3)] Guwan to redeem themselves by becoming Zo'saa or Ahkandi")
|
||||
|
||||
return rep_objectives
|
||||
|
||||
Reference in New Issue
Block a user