mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 21:18:37 +01:00
[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:
co-authored by
DATAxPUNGED
SpaceLoveSs13
parent
bd2f5f93dd
commit
b18fa6dbcc
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user