From df2d7f67e63a437526580d308b4ec7c39e8a9ca0 Mon Sep 17 00:00:00 2001 From: Sharkmare <34294231+Sharkmare@users.noreply.github.com> Date: Thu, 13 Apr 2023 14:33:03 +0200 Subject: [PATCH] closing html tags --- .../modules/mob/living/silicon/robot/drone/drone_types.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modular_chomp/code/modules/mob/living/silicon/robot/drone/drone_types.dm b/modular_chomp/code/modules/mob/living/silicon/robot/drone/drone_types.dm index 5e73547db7..87ed401e5d 100644 --- a/modular_chomp/code/modules/mob/living/silicon/robot/drone/drone_types.dm +++ b/modular_chomp/code/modules/mob/living/silicon/robot/drone/drone_types.dm @@ -61,7 +61,7 @@ to_chat(src, "Remember, you are lawed against interference with the crew. Also remember, you DO NOT take orders from the AI.") to_chat(src, "Use say ;Hello to talk to other drones and say Hello to speak silently to your nearby fellows.") if(faction == "malf_drone") - to_chat(src, "Use Directive 0 in effect.") + to_chat(src, "Use Directive 0 in effect.") /mob/living/silicon/robot/drone/init() if(!scrambledcodes && !foreign_droid) aiCamera = new/obj/item/device/camera/siliconcam/drone_camera(src) @@ -90,7 +90,7 @@ to_chat(src, "Use :d to talk to other drones and say to speak silently to your nearby fellows.") to_chat(src, "You do not follow orders from anyone; not the AI, not humans, and not other synthetics..") if(faction == "malf_drone") - to_chat(src, "Use Directive 0 in effect.") + to_chat(src, "Use Directive 0 in effect.") /mob/living/silicon/robot/drone/construction/init() ..() flavor_text = "It's a bulky construction drone stamped with a Sol Central glyph."