From 364b92bf0a54e1f638d995f26fcf44a0ccbdfc84 Mon Sep 17 00:00:00 2001 From: Novacat <35587478+Novacat@users.noreply.github.com> Date: Sat, 5 Oct 2019 15:01:44 -0400 Subject: [PATCH] Update golem.dm --- .../modules/mob/living/simple_mob/subtypes/mechanical/golem.dm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/code/modules/mob/living/simple_mob/subtypes/mechanical/golem.dm b/code/modules/mob/living/simple_mob/subtypes/mechanical/golem.dm index 22ed9b7c293..808e5c6c380 100644 --- a/code/modules/mob/living/simple_mob/subtypes/mechanical/golem.dm +++ b/code/modules/mob/living/simple_mob/subtypes/mechanical/golem.dm @@ -1,4 +1,5 @@ // The GOLEM is a spell-flinging synthetic. + /mob/living/simple_mob/mechanical/technomancer_golem name = "unknown synthetic" desc = "A rather unusual looking synthetic." @@ -148,4 +149,4 @@ /mob/living/simple_mob/mechanical/technomancer_golem/special_post_animation(atom/A) casting = FALSE - ranged_post_animation(A) \ No newline at end of file + ranged_post_animation(A)