From 82899e17b0449c67227f85411aaec8a8576f0c05 Mon Sep 17 00:00:00 2001 From: Addust Date: Tue, 2 Jul 2024 16:14:07 +0100 Subject: [PATCH] Admin PM from-Kondafairydragon: not that... but HOW THE FUCK DID A LAVALAND SYNDICATE END UP IN SPACE. rather --- code/__DEFINES/role_preferences.dm | 2 +- code/modules/jobs/job_types/spawner/lavaland_syndicate.dm | 4 ++++ code/modules/mob_spawn/ghost_roles/space_roles.dm | 4 ++++ 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/code/__DEFINES/role_preferences.dm b/code/__DEFINES/role_preferences.dm index d84038f139f3..ab0a59ab66e3 100644 --- a/code/__DEFINES/role_preferences.dm +++ b/code/__DEFINES/role_preferences.dm @@ -98,6 +98,7 @@ #define ROLE_HERMIT "Hermit" #define ROLE_HOTEL_STAFF "Hotel Staff" #define ROLE_LAVALAND_SYNDICATE "Lavaland Syndicate" +#define ROLE_SPACE_SYNDICATE "Space Syndicate" //probably a ghost role #define ROLE_LIFEBRINGER "Lifebringer" #define ROLE_MAINTENANCE_DRONE "Maintenance Drone" #define ROLE_SKELETON "Skeleton" @@ -105,7 +106,6 @@ #define ROLE_SPACE_BARTENDER "Space Bartender" #define ROLE_SPACE_DOCTOR "Space Doctor" #define ROLE_SPACE_PIRATE "Space Pirate" -#define ROLE_SPACE_SYNDICATE "Space Syndicate" #define ROLE_SYNDICATE_CYBERSUN "Cybersun Space Syndicate" //Ghost role syndi from Forgottenship ruin #define ROLE_SYNDICATE_CYBERSUN_CAPTAIN "Cybersun Space Syndicate Captain" //Forgottenship captain syndi #define ROLE_ZOMBIE "Zombie" diff --git a/code/modules/jobs/job_types/spawner/lavaland_syndicate.dm b/code/modules/jobs/job_types/spawner/lavaland_syndicate.dm index a22e798274af..28badb1e809b 100644 --- a/code/modules/jobs/job_types/spawner/lavaland_syndicate.dm +++ b/code/modules/jobs/job_types/spawner/lavaland_syndicate.dm @@ -1,3 +1,7 @@ /datum/job/lavaland_syndicate title = ROLE_LAVALAND_SYNDICATE policy_index = ROLE_LAVALAND_SYNDICATE + +/datum/job/lavaland_syndicate/space //Admin PM from-Kondafairydragon: not that... but HOW THE FUCK DID A LAVALAND SYNDICATE END UP IN SPACE. rather + title = ROLE_SPACE_SYNDICATE + policy_index = title = ROLE_SPACE_SYNDICATE diff --git a/code/modules/mob_spawn/ghost_roles/space_roles.dm b/code/modules/mob_spawn/ghost_roles/space_roles.dm index f4df96844d86..121062abe719 100644 --- a/code/modules/mob_spawn/ghost_roles/space_roles.dm +++ b/code/modules/mob_spawn/ghost_roles/space_roles.dm @@ -93,6 +93,10 @@ you_are_text = "You are a syndicate agent, assigned to a small listening post station situated near your hated enemy's top secret research facility: Space Station 13." flavour_text = "Monitor enemy activity as best you can, and try to keep a low profile. Monitor enemy activity as best you can, and try to keep a low profile. Use the communication equipment to provide support to any field agents, and sow disinformation to throw Nanotrasen off your trail. Do not let the base fall into enemy hands!" important_text = "DO NOT abandon the base." + spawner_job_path = /datum/job/lavaland_syndicate/space + +//Admin PM from-Kondafairydragon: not that... but HOW THE FUCK DID A LAVALAND SYNDICATE END UP IN SPACE. rather +//overrides job title so that doesnt happen again bwoinks are scary // /obj/effect/mob_spawn/ghost_role/human/lavaland_syndicate/comms/space/Initialize(mapload) - disabled because current main has fuckall ruin budget // . = ..()