From b2ed381d86b9a5ca4e50a6343a6ceaeb05d092ae Mon Sep 17 00:00:00 2001 From: phil235 Date: Thu, 2 Apr 2015 23:49:04 +0200 Subject: [PATCH] No more dense butterflies pushing mobs. --- code/modules/mob/living/simple_animal/friendly/butterfly.dm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/code/modules/mob/living/simple_animal/friendly/butterfly.dm b/code/modules/mob/living/simple_animal/friendly/butterfly.dm index e4f9e562e37..720d384d748 100644 --- a/code/modules/mob/living/simple_animal/friendly/butterfly.dm +++ b/code/modules/mob/living/simple_animal/friendly/butterfly.dm @@ -14,7 +14,8 @@ health = 2 harm_intent_damage = 1 friendly = "nudges" - pass_flags = PASSTABLE + density = 0 + pass_flags = PASSTABLE | PASSGRILLE | PASSMOB ventcrawler = 2 mob_size = MOB_SIZE_SMALL