Skip to content

Commit

Permalink
Admin PM from-Kondafairydragon: not that... but HOW THE FUCK DID A LA…
Browse files Browse the repository at this point in the history
…VALAND SYNDICATE END UP IN SPACE. rather
  • Loading branch information
Addust committed Jul 2, 2024
1 parent 67b12c7 commit 82899e1
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion code/__DEFINES/role_preferences.dm
Original file line number Diff line number Diff line change
Expand Up @@ -98,14 +98,14 @@
#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"
#define ROLE_SPACE_BAR_PATRON "Space Bar Patron"
#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"
Expand Down
4 changes: 4 additions & 0 deletions code/modules/jobs/job_types/spawner/lavaland_syndicate.dm
Original file line number Diff line number Diff line change
@@ -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
4 changes: 4 additions & 0 deletions code/modules/mob_spawn/ghost_roles/space_roles.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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
// . = ..()
Expand Down

0 comments on commit 82899e1

Please sign in to comment.