From eacbccd7dbb06318ff0593112d5a2983f76ad781 Mon Sep 17 00:00:00 2001 From: RadiantFlash7 Date: Sat, 11 Jan 2020 23:09:59 -0500 Subject: [PATCH] 2.21 Missed one. I hate life. --- .../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 63d9fbce3f..4895b3595f 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 @@ -35,7 +35,7 @@ maxHealth = 65 health = 65 minbodytemp = 175 - pass_flags = PASSTABLE + pass_flags = PASSTABLE var/energy = 100 var/max_energy = 100