From c9c8207c6cedf53973c9c06c13f3c729f936866b Mon Sep 17 00:00:00 2001 From: Trilbyspaceclone <30435998+Trilbyspaceclone@users.noreply.github.com> Date: Thu, 13 Dec 2018 14:49:39 -0500 Subject: [PATCH] Makes Bubble Gum a male - Requested by LeglessLizard (#7820) * Makes Bubble Gum a male * var* * >uses a unused var --- .../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 c60dae6a35..45745bd84e 100644 --- a/code/modules/mob/living/simple_animal/hostile/megafauna/bubblegum.dm +++ b/code/modules/mob/living/simple_animal/hostile/megafauna/bubblegum.dm @@ -44,6 +44,7 @@ Difficulty: Hard ranged_cooldown_time = 10 ranged = 1 pixel_x = -32 + gender = MALE del_on_death = 1 crusher_loot = list(/obj/structure/closet/crate/necropolis/bubblegum/crusher) loot = list(/obj/structure/closet/crate/necropolis/bubblegum)