From 585208dda9f78fd64f525d88017a8c2fb79b4f9b Mon Sep 17 00:00:00 2001 From: silicons <2003111+silicons@users.noreply.github.com> Date: Sat, 24 Oct 2020 12:22:32 -0700 Subject: [PATCH] Update angel.dm (#13621) --- code/modules/mob/living/carbon/human/species_types/angel.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 9e34411847..977e8aaab3 100644 --- a/code/modules/mob/living/carbon/human/species_types/angel.dm +++ b/code/modules/mob/living/carbon/human/species_types/angel.dm @@ -130,7 +130,7 @@ /datum/species/angel/proc/ToggleFlight(mob/living/carbon/human/H,flight) if(flight && CanFly(H)) stunmod = 2 - speedmod = -0.35 + speedmod = -0.1 H.setMovetype(H.movement_type | FLYING) override_float = TRUE H.pass_flags |= PASSTABLE