From 7bdd68162bdebe02887d2f2820cc79e8357b8e00 Mon Sep 17 00:00:00 2001 From: Aronai Sieyes Date: Wed, 22 Apr 2020 01:47:43 -0400 Subject: [PATCH] Frostfly init fix --- .../mob/living/simple_mob/subtypes/animal/sif/frostfly.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/simple_mob/subtypes/animal/sif/frostfly.dm b/code/modules/mob/living/simple_mob/subtypes/animal/sif/frostfly.dm index 5711868d157..fcfec0607c5 100644 --- a/code/modules/mob/living/simple_mob/subtypes/animal/sif/frostfly.dm +++ b/code/modules/mob/living/simple_mob/subtypes/animal/sif/frostfly.dm @@ -81,7 +81,7 @@ return 1 // It literally produces a cryogenic mist inside itself. Cold doesn't bother it. /mob/living/simple_mob/animal/sif/frostfly/Initialize() - ..() + . = ..() //VOREStation Edit smoke_special = new verbs += /mob/living/proc/ventcrawl verbs += /mob/living/proc/hide