From b1a19a8a0cb5269e96a48b7c268080d1dc414366 Mon Sep 17 00:00:00 2001 From: klaasjared Date: Tue, 27 Apr 2021 12:59:21 -0400 Subject: [PATCH] moar tiny fix forgot to change the datum/ --- code/modules/mob/living/simple_mob/subtypes/vore/frog.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/simple_mob/subtypes/vore/frog.dm b/code/modules/mob/living/simple_mob/subtypes/vore/frog.dm index 906ca757648..f1f18ac6a1a 100644 --- a/code/modules/mob/living/simple_mob/subtypes/vore/frog.dm +++ b/code/modules/mob/living/simple_mob/subtypes/vore/frog.dm @@ -1,4 +1,4 @@ -datum/category_item/catalogue/fauna/fennec +datum/category_item/catalogue/fauna/frog name = "Wildlife - Giant Frog" desc = "Classification: Anura gigantus\

\