rej
This commit is contained in:
@@ -1,52 +0,0 @@
|
||||
diff a/code/modules/ruins/lavaland_ruin_code.dm b/code/modules/ruins/lavaland_ruin_code.dm (rejected hunks)
|
||||
@@ -126,29 +126,39 @@
|
||||
shell_type = /obj/effect/mob_spawn/human/golem/servant
|
||||
|
||||
///Syndicate Listening Post
|
||||
+
|
||||
/obj/effect/mob_spawn/human/lavaland_syndicate
|
||||
- r_hand = /obj/item/weapon/gun/ballistic/automatic/sniper_rifle
|
||||
name = "Syndicate Bioweapon Scientist"
|
||||
- uniform = /obj/item/clothing/under/syndicate
|
||||
- suit = /obj/item/clothing/suit/toggle/labcoat
|
||||
- shoes = /obj/item/clothing/shoes/combat
|
||||
- gloves = /obj/item/clothing/gloves/combat
|
||||
- radio = /obj/item/device/radio/headset/syndicate/alt
|
||||
- back = /obj/item/weapon/storage/backpack
|
||||
- pocket1 = /obj/item/weapon/gun/ballistic/automatic/pistol
|
||||
roundstart = FALSE
|
||||
death = FALSE
|
||||
icon = 'icons/obj/Cryogenic2.dmi'
|
||||
icon_state = "sleeper"
|
||||
- has_id = 1
|
||||
flavour_text = "<font size=3>You are a syndicate agent, employed in a top secret research facility developing biological weapons. Unfortunately, your hated enemy, Nanotrasen, has begun mining in this sector. <b>Continue your research as best you can, and try to keep a low profile. Do not abandon the base without good cause.</b> The base is rigged with explosives should the worst happen, do not let the base fall into enemy hands!</b>"
|
||||
id_access_list = list(GLOB.access_syndicate)
|
||||
faction = list("syndicate")
|
||||
+ outfit = /datum/outfit/lavaland_syndicate
|
||||
+
|
||||
+/datum/outfit/lavaland_syndicate
|
||||
+ name = "Lavaland Syndicate Agent"
|
||||
+ r_hand = /obj/item/weapon/gun/ballistic/automatic/sniper_rifle
|
||||
+ uniform = /obj/item/clothing/under/syndicate
|
||||
+ suit = /obj/item/clothing/suit/toggle/labcoat
|
||||
+ shoes = /obj/item/clothing/shoes/combat
|
||||
+ gloves = /obj/item/clothing/gloves/combat
|
||||
+ ears = /obj/item/device/radio/headset/syndicate/alt
|
||||
+ back = /obj/item/weapon/storage/backpack
|
||||
+ r_pocket = /obj/item/weapon/gun/ballistic/automatic/pistol
|
||||
+ id = /obj/item/weapon/card/id
|
||||
+
|
||||
|
||||
/obj/effect/mob_spawn/human/lavaland_syndicate/comms
|
||||
name = "Syndicate Comms Agent"
|
||||
+ flavour_text = "<font size=3>You are a syndicate agent, employed in a top secret research facility developing biological weapons. Unfortunately, your hated enemy, Nanotrasen, has begun mining in this sector. <b>Monitor enemy activity as best you can, and try to keep a low profile. Do not abandon the base without good cause.</b> 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!</b>"
|
||||
+ outfit = /datum/outfit/lavaland_syndicate/comms
|
||||
+
|
||||
+/datum/outfit/lavaland_syndicate/comms
|
||||
+ name = "Lavaland Syndicate Comms Agent"
|
||||
r_hand = /obj/item/weapon/melee/energy/sword/saber
|
||||
mask = /obj/item/clothing/mask/chameleon
|
||||
suit = /obj/item/clothing/suit/armor/vest
|
||||
- flavour_text = "<font size=3>You are a syndicate agent, employed in a top secret research facility developing biological weapons. Unfortunately, your hated enemy, Nanotrasen, has begun mining in this sector. <b>Monitor enemy activity as best you can, and try to keep a low profile. Do not abandon the base without good cause.</b> 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!</b>"
|
||||
- pocket2 = /obj/item/weapon/card/id/syndicate/anyone
|
||||
+ l_pocket = /obj/item/weapon/card/id/syndicate/anyone
|
||||
Reference in New Issue
Block a user