From fe34bfcca45ac945e457fa66a9e05a321f7fbac7 Mon Sep 17 00:00:00 2001 From: Joan Lung Date: Sat, 7 Jan 2017 18:37:40 -0500 Subject: [PATCH] Fixes a login message --- .../living/simple_animal/friendly/drone/extra_drone_types.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 37f8d82f5a2..577aabb086b 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 @@ -140,7 +140,7 @@ src << "You are a cogscarab, a clockwork creation of Ratvar. As a cogscarab, you have low health, an inbuilt proselytizer that can convert brass \ to liquified alloy, a set of relatively fast tools, can communicate over the Hierophant Network with :b, and are immune to extreme \ temperatures and pressures. \nYour goal is to serve the Justiciar and his servants by repairing and defending all they create. \ - \nYou yourself are one of these servants, and will be able to utilize almost anything they can, excluding a clockwork slab." + \nYou yourself are one of these servants, and will be able to utilize almost anything they can[ratvar_awakens ? "":", excluding a clockwork slab"]." /mob/living/simple_animal/drone/cogscarab/binarycheck() return FALSE