From 65ba24d4fbf5e2d64f6b8aabf11a391b3004560b Mon Sep 17 00:00:00 2001 From: William Wallace Date: Wed, 9 Oct 2019 00:06:38 +0100 Subject: [PATCH] remove duplicate var definition in /mob/living/simple_animal/hostile/gorilla --- code/modules/mob/living/simple_animal/hostile/gorilla/gorilla.dm | 1 - 1 file changed, 1 deletion(-) diff --git a/code/modules/mob/living/simple_animal/hostile/gorilla/gorilla.dm b/code/modules/mob/living/simple_animal/hostile/gorilla/gorilla.dm index 72c69123a86..9895fd105a2 100644 --- a/code/modules/mob/living/simple_animal/hostile/gorilla/gorilla.dm +++ b/code/modules/mob/living/simple_animal/hostile/gorilla/gorilla.dm @@ -6,7 +6,6 @@ desc = "A ground-dwelling, predominantly herbivorous ape that inhabits the forests of central Africa." icon = 'icons/mob/gorilla.dmi' icon_state = "crawling" - icon_state = "crawling" icon_living = "crawling" icon_dead = "dead" mob_biotypes = MOB_ORGANIC|MOB_HUMANOID