[MIRROR] Icemoon Comms agent (#28053)

* Icemoon Comms agent

* Update mining_roles.dm

---------

Co-authored-by: DATAxPUNGED <44149906+DATA-xPUNGED@users.noreply.github.com>
Co-authored-by: SpaceLoveSs13 <68121607+SpaceLoveSs13@users.noreply.github.com>
This commit is contained in:
SkyratBot
2024-06-10 11:54:27 +05:30
committed by GitHub
co-authored by DATAxPUNGED SpaceLoveSs13
parent bd2f5f93dd
commit b18fa6dbcc
8 changed files with 4306 additions and 1 deletions
@@ -299,6 +299,7 @@
loadout_enabled = TRUE // SKYRAT EDIT ADDITION - ghost role loadouts
quirks_enabled = TRUE // SKYRAT EDIT ADDITION - ghost role loadouts
random_appearance = FALSE // SKYRAT EDIT ADDITION
deletes_on_zero_uses_left = FALSE
/obj/effect/mob_spawn/ghost_role/human/lavaland_syndicate/special(mob/living/new_spawn)
. = ..()
@@ -341,6 +342,21 @@
mask = /obj/item/clothing/mask/chameleon/gps
r_hand = /obj/item/melee/energy/sword/saber
/datum/outfit/lavaland_syndicate/comms/icemoon
name = "Icemoon Syndicate Comms Agent"
mask = /obj/item/clothing/mask/chameleon
shoes = /obj/item/clothing/shoes/winterboots/ice_boots/eva
/obj/item/clothing/mask/chameleon/gps/Initialize(mapload)
. = ..()
AddComponent(/datum/component/gps, "Encrypted Signal")
///Icemoon Syndicate Comms Agent
/obj/effect/mob_spawn/ghost_role/human/lavaland_syndicate/comms/icemoon
name = "Icemoon Comms Agent"
prompt_name = "a syndicate comms agent"
you_are_text = "You are a syndicate comms agent, assigned in an underground secret listening post close to your enemy's facility."
flavour_text = "Unfortunately, your hated enemy, Nanotrasen, has begun mining in this sector. 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 outpost fall into enemy hands!"
important_text = "Do NOT let the outpost fall into enemy hands"
outfit = /datum/outfit/lavaland_syndicate/comms/icemoon