From c3a243106f49791948840057af8a0d4e89fb78a3 Mon Sep 17 00:00:00 2001 From: LetterJay Date: Tue, 30 May 2017 16:42:56 -0500 Subject: [PATCH] wew --- code/modules/ruins/lavaland_ruin_code.dm | 39 +++++++++++++++--------- 1 file changed, 24 insertions(+), 15 deletions(-) diff --git a/code/modules/ruins/lavaland_ruin_code.dm b/code/modules/ruins/lavaland_ruin_code.dm index c9f2ee6360..00011729e0 100644 --- a/code/modules/ruins/lavaland_ruin_code.dm +++ b/code/modules/ruins/lavaland_ruin_code.dm @@ -103,13 +103,13 @@ if(istype(O, /obj/item/stack/medical/gauze) || istype(O, /obj/item/stack/sheet/cloth)) species = /datum/species/golem/cloth - - if(istype(O, /obj/item/stack/sheet/plastic)) - species = /datum/species/golem/plastic if(istype(O, /obj/item/stack/sheet/mineral/adamantine)) species = /datum/species/golem/adamantine + if(istype(O, /obj/item/stack/sheet/plastic)) + species = /datum/species/golem/plastic + if(species) if(O.use(10)) to_chat(user, "You finish up the golem shell with ten sheets of [O].") @@ -126,30 +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 = "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. Continue your research as best you can, and try to keep a low profile. Do not abandon the base without good cause. The base is rigged with explosives should the worst happen, do not let the base fall into enemy hands!" 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 = "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. Monitor enemy activity as best you can, and try to keep a low profile. Do not abandon the base without good cause. 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!" + 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 = "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. Monitor enemy activity as best you can, and try to keep a low profile. Do not abandon the base without good cause. 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!" - pocket2 = /obj/item/weapon/card/id/syndicate/anyone - + l_pocket = /obj/item/weapon/card/id/syndicate/anyone