From 4640d8495d2f6bd52ae9f2d437bb6d218ae376d3 Mon Sep 17 00:00:00 2001 From: Ghommie <42542238+Ghommie@users.noreply.github.com> Date: Wed, 27 Nov 2019 05:14:08 +0100 Subject: [PATCH] ) --- code/game/machinery/telecomms/computers/logbrowser.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/machinery/telecomms/computers/logbrowser.dm b/code/game/machinery/telecomms/computers/logbrowser.dm index 77a54e5d94..c1db49605c 100644 --- a/code/game/machinery/telecomms/computers/logbrowser.dm +++ b/code/game/machinery/telecomms/computers/logbrowser.dm @@ -86,7 +86,7 @@ else if(isobj(mobtype)) race = "Machinery" - else if(ispath(mobtype, /mob/living/simple_animal))) + else if(ispath(mobtype, /mob/living/simple_animal)) race = "Domestic Animal" else