From 5ebf1c4b6bcaf6288e1898cc4ae5cc7d574259c1 Mon Sep 17 00:00:00 2001 From: kevinz000 Date: Sun, 27 Aug 2017 19:48:29 -0700 Subject: [PATCH] Update furrypeople.dm --- .../mob/living/carbon/human/species_types/furrypeople.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/mob/living/carbon/human/species_types/furrypeople.dm b/code/modules/mob/living/carbon/human/species_types/furrypeople.dm index f6784160a3..99206f04de 100644 --- a/code/modules/mob/living/carbon/human/species_types/furrypeople.dm +++ b/code/modules/mob/living/carbon/human/species_types/furrypeople.dm @@ -1,4 +1,4 @@ -datum/species/mammal +/datum/species/mammal name = "Mammal" id = "mammal" default_color = "4B4B4B" @@ -229,7 +229,7 @@ datum/species/mammal whitelist = list("rubyflamewing") blacklisted = 0 -datum/species/guilmon +/datum/species/guilmon name = "Guilmon" id = "guilmon" default_color = "4B4B4B"