From 0f7c71cfdb694b565b0bfcfaffbffdfc9167f180 Mon Sep 17 00:00:00 2001 From: keronshb Date: Wed, 19 May 2021 19:16:24 -0400 Subject: [PATCH] trailing endline --- code/_onclick/hud/simple_animal.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/_onclick/hud/simple_animal.dm b/code/_onclick/hud/simple_animal.dm index d06f0d9e72..ef46c0d66e 100644 --- a/code/_onclick/hud/simple_animal.dm +++ b/code/_onclick/hud/simple_animal.dm @@ -12,4 +12,4 @@ //mob health doll! assumes whatever sprite the mob is healthdoll = new /obj/screen/healthdoll/living() healthdoll.hud = src - infodisplay += healthdoll \ No newline at end of file + infodisplay += healthdoll