From 19dce2263d4d57c8c1288bf0eb6a8f76965165c6 Mon Sep 17 00:00:00 2001 From: Timothy Teakettle <59849408+timothyteakettle@users.noreply.github.com> Date: Tue, 18 Aug 2020 17:49:01 +0100 Subject: [PATCH] that too --- code/game/objects/items/miscellaneous.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/game/objects/items/miscellaneous.dm b/code/game/objects/items/miscellaneous.dm index fe03d0e41f..28526e87d4 100644 --- a/code/game/objects/items/miscellaneous.dm +++ b/code/game/objects/items/miscellaneous.dm @@ -186,6 +186,7 @@ new_choice.mob_size = MOB_SIZE_TINY //yeah we're not letting you use this roundstart pet to hurt people / knock them down if(pet_name) new_choice.name = pet_name + new_choice.unique_name = TRUE return carrier /obj/item/choice_beacon/pet/spawn_option(atom/choice,mob/living/M)