From 4de7af5db595f01909d4bc57b22d84896f1064b7 Mon Sep 17 00:00:00 2001 From: Blue Wildrose Date: Thu, 1 Apr 2021 16:31:15 -0700 Subject: [PATCH] Bumbles no longer has a number beside their name --- code/modules/mob/living/simple_animal/friendly/bumbles.dm | 1 - 1 file changed, 1 deletion(-) diff --git a/code/modules/mob/living/simple_animal/friendly/bumbles.dm b/code/modules/mob/living/simple_animal/friendly/bumbles.dm index 6ed6d03b68..7b7c10c007 100644 --- a/code/modules/mob/living/simple_animal/friendly/bumbles.dm +++ b/code/modules/mob/living/simple_animal/friendly/bumbles.dm @@ -29,7 +29,6 @@ verb_yell = "buzzes intensely" emote_see = list("buzzes.", "makes a loud buzz.", "rolls several times.", "buzzes happily.") speak_chance = 1 - unique_name = TRUE /mob/living/simple_animal/pet/bumbles/Initialize() . = ..()