From 484f837b5b5a059bd495fd63a69d3d9c7ada8a93 Mon Sep 17 00:00:00 2001 From: Sharkmare <34294231+Sharkmare@users.noreply.github.com> Date: Fri, 5 Apr 2019 16:21:10 +0200 Subject: [PATCH] Update solarmoth.dm --- code/modules/mob/living/simple_animal/vore/solarmoth.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/simple_animal/vore/solarmoth.dm b/code/modules/mob/living/simple_animal/vore/solarmoth.dm index a808719204..166dcbf82d 100644 --- a/code/modules/mob/living/simple_animal/vore/solarmoth.dm +++ b/code/modules/mob/living/simple_animal/vore/solarmoth.dm @@ -161,7 +161,7 @@ var/global/list/moth_amount = list() //global moth list for the solargrub to rea //light mycolour = COLOR_WHITE -/mob/living/simple_animal/hostile/tarrasque/mrx/proc/chilltheglass() //Why does a coldfusion moth do this? science -shark +/mob/living/simple_animal/retaliate/solarmoth/lunarmoth/proc/chilltheglass() //Why does a coldfusion moth do this? science -shark nospampls = 1 if(prob(25)) for(var/obj/machinery/light/light in range(5, src))