Skip to content

Commit

Permalink
intel director
Browse files Browse the repository at this point in the history
  • Loading branch information
Sadhorizon committed Sep 6, 2024
1 parent cca61a6 commit 9034a51
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 16 deletions.
22 changes: 11 additions & 11 deletions code/game/MapData/shuttles/syndicate_cybersun_kansatsu.dm
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
/datum/preset_holoimage/cybersun_intel_officer
/datum/preset_holoimage/cybersun_intel_director
species_type = /datum/species/ipc
outfit_type = /datum/outfit/job/syndicate/head_of_personnel/cybersun/hologram
outfit_type = /datum/outfit/job/syndicate/captain/cybersun

/obj/item/disk/holodisk/kansatsu/mission
desc = "A classified holodisk containing a mission for the Cybersun Industries Intelligence Division."
preset_image_type = /datum/preset_holoimage/cybersun_intel_officer
preset_image_type = /datum/preset_holoimage/cybersun_intel_director

/obj/item/disk/holodisk/kansatsu/mission/New(obj/L)
..()
Expand All @@ -14,7 +14,7 @@
/obj/item/disk/holodisk/kansatsu/mission/safety
name = "\improper IG-I-296" // Information Gathering - Infiltration - Random Number
preset_record_text = {"
NAME Intelligence Officer Torch-3
NAME Intelligence Director Torch-3
SAY Agents. Your vessel has been assigned a mission to infiltrate vessels belonging to any group of interest.
DELAY 40
SAY You must gather information about the safety measures on board. You are to look for any potential flaws and exploits.
Expand All @@ -30,7 +30,7 @@
/obj/item/disk/holodisk/kansatsu/mission/crew
name = "\improper IG-I-138" // Information Gathering - Infiltration - Random Number
preset_record_text = {"
NAME Intelligence Officer Torch-3
NAME Intelligence Director Torch-3
SAY Agents. Your vessel has been assigned a mission to infiltrate vessels belonging to any group of interest.
DELAY 40
SAY You must profile five members of the crew. Their profile must include credentials, habits and skills. Any further information is optional, but advised.
Expand All @@ -46,7 +46,7 @@
/obj/item/disk/holodisk/kansatsu/mission/valueables
name = "\improper IG-I-271" // Information Gathering - Infiltration - Random Number
preset_record_text = {"
NAME Intelligence Officer Torch-3
NAME Intelligence Director Torch-3
SAY Agents. Your vessel has been assigned a mission to infiltrate vessels belonging to any group of interest.
DELAY 40
SAY On board, you must locate and catalogue all the objects of value. You may not seize them, unless you are tasked to by another mission.
Expand All @@ -62,7 +62,7 @@
/obj/item/disk/holodisk/kansatsu/mission/ruins
name = "\improper IG-S-290" // Information Gathering - Scouting - Random Number
preset_record_text = {"
NAME Intelligence Officer Torch-3
NAME Intelligence Director Torch-3
SAY Agents. Your vessel has been assigned a mission to scout your current sector.
DELAY 40
SAY You are to locate war-era derelicts. You must explore them and take note of all the relevant details.
Expand All @@ -76,7 +76,7 @@
/obj/item/disk/holodisk/kansatsu/mission/documents
name = "\improper E-019" // Extraction - Random Number
preset_record_text = {"
NAME Intelligence Officer Torch-3
NAME Intelligence Director Torch-3
SAY Agents. Your vessel has been assigned a mission to locate and retrieve an asset belonging to any group of interest that is not friendly to us.
DELAY 40
SAY To be precise, you are after a bundle of classified documents.
Expand All @@ -90,7 +90,7 @@
/obj/item/disk/holodisk/kansatsu/mission/pet
name = "\improper E-271" // Extraction - Random Number
preset_record_text = {"
NAME Intelligence Officer Torch-3
NAME Intelligence Director Torch-3
SAY Agents. Your vessel has been assigned a mission to locate and retrieve an asset belonging to any group of interest that is not friendly to us.
DELAY 40
SAY To be precise, you are after a domesticated animal. The cutest you can possibly find.
Expand All @@ -104,7 +104,7 @@
/obj/item/disk/holodisk/kansatsu/mission/training
name = "\improper TO-23" // Training Operation - Random Number
preset_record_text = {"
NAME Intelligence Officer Torch-3
NAME Intelligence Director Torch-3
SAY Agents. Your vessel has been assigned a mission to perform a training operation.
DELAY 40
SAY You are to organize a training mission for the junior agents assigned to your crew.
Expand All @@ -118,7 +118,7 @@
/obj/item/disk/holodisk/kansatsu/mission/anomalies
name = "\improper RD-166" // Research Division - Random Number
preset_record_text = {"
NAME Intelligence Officer Torch-3
NAME Intelligence Director Torch-3
SAY Agents. Your vessel has been assigned a mission to assist our research department.
DELAY 40
SAY You are to collect at least four anomaly cores.
Expand Down
5 changes: 0 additions & 5 deletions code/modules/clothing/outfits/factions/syndicate.dm
Original file line number Diff line number Diff line change
Expand Up @@ -535,11 +535,6 @@
r_pocket = /obj/item/kitchen/knife/switchblade
glasses = /obj/item/clothing/glasses/sunglasses

/datum/outfit/job/syndicate/head_of_personnel/cybersun/hologram
name = "Syndicate - Intelligence Officer (Cybersun, Hologram)" // Used for the holodisks on the Kansatsu.

mask = /obj/item/clothing/mask/gas/syndicate // Secrecy is Kansatsu's gimmick.

/datum/outfit/job/syndicate/head_of_personnel/suns
name = "Syndicate - Academic Staff (SUNS)"
id_assignment = "Academic Staff"
Expand Down

0 comments on commit 9034a51

Please sign in to comment.