From ee68e71b2a40e416f29861b413f30924fcf0d5a5 Mon Sep 17 00:00:00 2001 From: kevinz000 <2003111+kevinz000@users.noreply.github.com> Date: Wed, 11 Mar 2020 08:01:34 -0700 Subject: [PATCH] Update bubblegum.dm --- .../mob/living/simple_animal/hostile/megafauna/bubblegum.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/mob/living/simple_animal/hostile/megafauna/bubblegum.dm b/code/modules/mob/living/simple_animal/hostile/megafauna/bubblegum.dm index 83abde2fca..88990eaba1 100644 --- a/code/modules/mob/living/simple_animal/hostile/megafauna/bubblegum.dm +++ b/code/modules/mob/living/simple_animal/hostile/megafauna/bubblegum.dm @@ -229,6 +229,7 @@ Difficulty: Hard attacktext = "pierces" color = "#C80000" density = FALSE + swarming = FALSE faction = list("mining", "boss") weather_immunities = list("lava","ash")