From 5dbcbf5689bbeabf720ad033a8f374922e2ddd37 Mon Sep 17 00:00:00 2001 From: LetterJay Date: Sat, 28 Oct 2017 00:23:30 -0500 Subject: [PATCH] Update podpeople.dm --- code/modules/mob/living/carbon/human/species_types/podpeople.dm | 1 - 1 file changed, 1 deletion(-) diff --git a/code/modules/mob/living/carbon/human/species_types/podpeople.dm b/code/modules/mob/living/carbon/human/species_types/podpeople.dm index 84bf5bdf80..3881eae6f5 100644 --- a/code/modules/mob/living/carbon/human/species_types/podpeople.dm +++ b/code/modules/mob/living/carbon/human/species_types/podpeople.dm @@ -13,7 +13,6 @@ disliked_food = NONE liked_food = NONE toxic_food = NONE - roundstart = TRUE /datum/species/pod/on_species_gain(mob/living/carbon/C, datum/species/old_species)