From 5189cb79bb01ac4e88e97e285d0f68330737f1a0 Mon Sep 17 00:00:00 2001 From: SkyratBot <59378654+SkyratBot@users.noreply.github.com> Date: Tue, 29 Sep 2020 23:52:42 +0200 Subject: [PATCH] [MIRROR] Fixes linter issue (#1058) * Merge pull request #54044 from kriskog/linter Fixes linter issue * Fixes linter issue Co-authored-by: nemvar <47324920+nemvar@users.noreply.github.com> --- code/modules/mob/living/simple_animal/hostile/giant_spider.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 e48862f9e8f..3a552078edd 100644 --- a/code/modules/mob/living/simple_animal/hostile/giant_spider.dm +++ b/code/modules/mob/living/simple_animal/hostile/giant_spider.dm @@ -390,7 +390,7 @@ name = "Wrap" panel = "Spider" active = FALSE - datum/action/spell_action/action = null + action = null desc = "Wrap something or someone in a cocoon. If it's a living being, you'll also consume them, allowing you to lay eggs." ranged_mousepointer = 'icons/effects/mouse_pointers/wrap_target.dmi' action_icon = 'icons/mob/actions/actions_animal.dmi'