From c5ef02af6eb376da8ce32bce94ef8c3d15673b3c Mon Sep 17 00:00:00 2001 From: Unknown Date: Tue, 25 Feb 2020 15:46:42 -0500 Subject: [PATCH] Fixes cataloguer stuff --- code/modules/catalogue/catalogue_data_vr.dm | 5 ----- .../mob/living/carbon/human/species/station/station_vr.dm | 3 +-- 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/code/modules/catalogue/catalogue_data_vr.dm b/code/modules/catalogue/catalogue_data_vr.dm index 881aaf71e8..9346a08d2b 100644 --- a/code/modules/catalogue/catalogue_data_vr.dm +++ b/code/modules/catalogue/catalogue_data_vr.dm @@ -45,11 +45,6 @@ desc = "" value = CATALOGUER_REWARD_TRIVIAL -/datum/category_item/catalogue/fauna/highzorren - name = "Sapients - Highlander Zorren" - desc = "" - value = CATALOGUER_REWARD_TRIVIAL - /datum/category_item/catalogue/fauna/shadekin name = "Sapients - Shadekin" desc = "" diff --git a/code/modules/mob/living/carbon/human/species/station/station_vr.dm b/code/modules/mob/living/carbon/human/species/station/station_vr.dm index a3e78d935e..ac4eb013f1 100644 --- a/code/modules/mob/living/carbon/human/species/station/station_vr.dm +++ b/code/modules/mob/living/carbon/human/species/station/station_vr.dm @@ -179,8 +179,7 @@ have adjusted better to their new lives. Though similar fox-like beings have been seen they are different than the Zorren." wikilink="https://wiki.vore-station.net/Zorren" - catalogue_data = list(/datum/category_item/catalogue/fauna/zorren, - /datum/category_item/catalogue/fauna/highzorren) + catalogue_data = list(/datum/category_item/catalogue/fauna/zorren) //primitive_form = "" //We don't have fox-monkey sprites.