From b8b495ba42136bc162ced5167df7f038e51359e7 Mon Sep 17 00:00:00 2001 From: kevinz000 <2003111+kevinz000@users.noreply.github.com> Date: Thu, 12 Jul 2018 09:38:31 -0700 Subject: [PATCH] Update species.dm --- code/modules/mob/living/carbon/human/species.dm | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/code/modules/mob/living/carbon/human/species.dm b/code/modules/mob/living/carbon/human/species.dm index ac1611b676..5bd972a8c4 100644 --- a/code/modules/mob/living/carbon/human/species.dm +++ b/code/modules/mob/living/carbon/human/species.dm @@ -1234,13 +1234,11 @@ GLOBAL_LIST_EMPTY(roundstart_races) . -= 2 else if(istype(T) && T.allow_thrust(0.01, H)) . -= 2 - else if(flightpack && F.allow_thrust(0.01, src)) - . -= 2 if(flightpack && F.boost) . -= F.boost_speed else if(flightpack && F.brake) - . += 2 + . += 1 if(!ignoreslow && !flightpack && gravity) if(H.wear_suit)