From 731bab4bc94a088a7db3cf2baa36347b93f20d8c Mon Sep 17 00:00:00 2001 From: silicons <2003111+silicons@users.noreply.github.com> Date: Tue, 22 Sep 2020 16:20:47 -0700 Subject: [PATCH] Update angel.dm --- code/modules/mob/living/carbon/human/species_types/angel.dm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/code/modules/mob/living/carbon/human/species_types/angel.dm b/code/modules/mob/living/carbon/human/species_types/angel.dm index 2cf054c7b9..7774ae44f3 100644 --- a/code/modules/mob/living/carbon/human/species_types/angel.dm +++ b/code/modules/mob/living/carbon/human/species_types/angel.dm @@ -1,4 +1,4 @@ -/datum/species/angel +t/datum/species/angel name = "Angel" id = "angel" default_color = "FFFFFF" @@ -141,4 +141,5 @@ H.setMovetype(H.movement_type & ~FLYING) override_float = FALSE H.pass_flags &= ~PASSTABLE - H.CloseWings() \ No newline at end of file + H.CloseWings() + update_species_slowdown(H)