Merge pull request #7364 from Citadel-Station-13/kevinz000-patch-1
flightsuit speed rebalancing
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user