From be6d678f34f5b7eea23a46ded6e8567de31b7bc1 Mon Sep 17 00:00:00 2001 From: Joan Lung Date: Wed, 21 Sep 2016 08:40:39 -0400 Subject: [PATCH] amoral but effective --- code/datums/antagonists/datum_clockcult.dm | 2 ++ .../living/simple_animal/friendly/drone/extra_drone_types.dm | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/code/datums/antagonists/datum_clockcult.dm b/code/datums/antagonists/datum_clockcult.dm index ab777bd6484..ad369769eb8 100644 --- a/code/datums/antagonists/datum_clockcult.dm +++ b/code/datums/antagonists/datum_clockcult.dm @@ -82,6 +82,7 @@ hierophant_network.Grant(S) hierophant_network.title = "Silicon" hierophant_network.span_for_name = "nezbere" + hierophant_network.span_for_message = "brass" else if(isbrain(owner)) hierophant_network.Grant(owner) hierophant_network.title = "Vessel" @@ -91,6 +92,7 @@ hierophant_network.Grant(owner) hierophant_network.title = "Construct" hierophant_network.span_for_name = "nezbere" + hierophant_network.span_for_message = "brass" owner.throw_alert("clockinfo", /obj/screen/alert/clockwork/infodump) cache_check(owner) ..() diff --git a/code/modules/mob/living/simple_animal/friendly/drone/extra_drone_types.dm b/code/modules/mob/living/simple_animal/friendly/drone/extra_drone_types.dm index d940daf1a5b..4500cb5ae05 100644 --- a/code/modules/mob/living/simple_animal/friendly/drone/extra_drone_types.dm +++ b/code/modules/mob/living/simple_animal/friendly/drone/extra_drone_types.dm @@ -144,4 +144,4 @@ return //we don't get hacked or give a shit about it /mob/living/simple_animal/drone/cogscarab/drone_chat(msg) - titled_hierophant_message(src, msg, "heavy_alloy") //HIEROPHANT DRONES + titled_hierophant_message(src, msg, "nezbere", "brass", "Construct") //HIEROPHANT DRONES