diff --git a/code/modules/mob/living/simple_animal/hostile/regalrat.dm b/code/modules/mob/living/simple_animal/hostile/regalrat.dm index fab08b3d9fb..7f4f4637813 100644 --- a/code/modules/mob/living/simple_animal/hostile/regalrat.dm +++ b/code/modules/mob/living/simple_animal/hostile/regalrat.dm @@ -12,7 +12,7 @@ see_in_dark = 15 lighting_alpha = LIGHTING_PLANE_ALPHA_MOSTLY_VISIBLE obj_damage = 10 - butcher_results = list(/obj/item/clothing/head/costume/crown = 1,) + butcher_results = list(/obj/item/food/meat/slab/mouse = 2, /obj/item/clothing/head/costume/crown = 1) response_help_continuous = "glares at" response_help_simple = "glare at" response_disarm_continuous = "skoffs at"