[READY]Fixes flightsuits without making the game shit itself (flightsuit patch 3 v.2) (#22473)

* Update flightsuit.dm

* cheaper speed calculations and fixes inability to land

* ...

* .

* ...

* ..

* Update flightpacks.dm

* hmmm~

* parts_replacement

* woops

* number_tweaks
This commit is contained in:
kevinz000
2016-12-28 12:17:44 -08:00
committed by oranges
parent 43dd68bdcb
commit 6411bdfbba
3 changed files with 65 additions and 54 deletions
@@ -2,10 +2,10 @@
var/datum/subsystem/processing/flightpacks/SSflightpacks
/datum/subsystem/processing/flightpacks
name = "Flightpack Movement"
priority = 5
priority = 30
wait = 2
stat_tag = "FM"
flags = SS_NO_INIT|SS_FIRE_IN_LOBBY|SS_KEEP_TIMING
flags = SS_NO_INIT|SS_TICKER|SS_KEEP_TIMING
/datum/subsystem/processing/flightpacks/New()
NEW_SS_GLOBAL(SSflightpacks)