From a133637cab7f774027c52627fe5a3504e2a6cbdb Mon Sep 17 00:00:00 2001 From: William Wallace Date: Wed, 9 Oct 2019 00:05:41 +0100 Subject: [PATCH] remove duplicate var in /mob/living/simple_animal/hostile/asteroid/fugu --- code/modules/mob/living/simple_animal/hostile/wumborian_fugu.dm | 1 - 1 file changed, 1 deletion(-) diff --git a/code/modules/mob/living/simple_animal/hostile/wumborian_fugu.dm b/code/modules/mob/living/simple_animal/hostile/wumborian_fugu.dm index d553edea391..dc7ee7445a8 100644 --- a/code/modules/mob/living/simple_animal/hostile/wumborian_fugu.dm +++ b/code/modules/mob/living/simple_animal/hostile/wumborian_fugu.dm @@ -27,7 +27,6 @@ attack_verb_simple = "chomp" attack_sound = 'sound/weapons/punch1.ogg' throw_message = "is avoided by the" - vision_range = 5 aggro_vision_range = 9 mob_size = MOB_SIZE_SMALL environment_smash = ENVIRONMENT_SMASH_NONE