mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-22 05:25:15 +01:00
[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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user