From 6547028272e7998ea49604a66d3458da9541908f Mon Sep 17 00:00:00 2001 From: Letter N <24603524+LetterN@users.noreply.github.com> Date: Wed, 20 Jan 2021 11:56:44 +0800 Subject: [PATCH] what the fuck?? --- code/modules/mob/living/simple_animal/hostile/giant_spider.dm | 2 -- 1 file changed, 2 deletions(-) diff --git a/code/modules/mob/living/simple_animal/hostile/giant_spider.dm b/code/modules/mob/living/simple_animal/hostile/giant_spider.dm index bf2e718159..8b31ab6916 100644 --- a/code/modules/mob/living/simple_animal/hostile/giant_spider.dm +++ b/code/modules/mob/living/simple_animal/hostile/giant_spider.dm @@ -395,8 +395,6 @@ action_icon_state = "wrap_0" action_background_icon_state = "bg_alien" - var/datum/action/spell_action/action // hello?? how was this not causing the compiler to fail? - /obj/effect/proc_holder/wrap/Initialize() . = ..() action = new(src)