From 6471e1e650cab6c34fc46f0fa3792441b1395caa Mon Sep 17 00:00:00 2001 From: klaasjared Date: Tue, 27 Apr 2021 13:07:36 -0400 Subject: [PATCH] even MOAR tiny fix adds `catalogue_data =` to each mob changed... --- code/modules/mob/living/simple_mob/subtypes/vore/deathclaw.dm | 1 + code/modules/mob/living/simple_mob/subtypes/vore/fennec.dm | 1 + code/modules/mob/living/simple_mob/subtypes/vore/frog.dm | 3 ++- 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/code/modules/mob/living/simple_mob/subtypes/vore/deathclaw.dm b/code/modules/mob/living/simple_mob/subtypes/vore/deathclaw.dm index b8e4986dffa..370a32a4535 100644 --- a/code/modules/mob/living/simple_mob/subtypes/vore/deathclaw.dm +++ b/code/modules/mob/living/simple_mob/subtypes/vore/deathclaw.dm @@ -19,6 +19,7 @@ name = "deathclaw" desc = "Big! Big! The size of three men! Claws as long as my forearm! Ripped apart! Ripped apart!" tt_desc = "Trioceros dominus" + catalogue_data = list(/datum/category_item/catalogue/fauna/deathclaw) icon_dead = "deathclaw-dead" icon_living = "deathclaw" diff --git a/code/modules/mob/living/simple_mob/subtypes/vore/fennec.dm b/code/modules/mob/living/simple_mob/subtypes/vore/fennec.dm index 6b722d5c55f..5434a6ca8e0 100644 --- a/code/modules/mob/living/simple_mob/subtypes/vore/fennec.dm +++ b/code/modules/mob/living/simple_mob/subtypes/vore/fennec.dm @@ -23,6 +23,7 @@ name = "fennec" //why isn't this in the fox file, fennecs are foxes silly. desc = "It's a dusty big-eared sandfox! Adorable!" tt_desc = "Vulpes zerda" + catalogue_data = list(/datum/category_item/catalogue/fauna/fennec) icon_state = "fennec" icon_living = "fennec" 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 f1f18ac6a1a..ff6fe3671d3 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/frog +/datum/category_item/catalogue/fauna/frog name = "Wildlife - Giant Frog" desc = "Classification: Anura gigantus\

\ @@ -21,6 +21,7 @@ datum/category_item/catalogue/fauna/frog name = "giant frog" desc = "You've heard of having a frog in your throat, now get ready for the reverse." tt_desc = "Anura gigantus" + catalogue_data = list(/datum/category_item/catalogue/fauna/frog) icon_dead = "frog-dead" icon_living = "frog"