mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-24 21:48:39 +01:00
Makes angel wings more maneuverable (#92377)
## About The Pull Request
Increases wing stabilization force for the wings from the flight potion,
allowing much quicker halting.
As a comparison, a single key press used to displace you roughly 5
tiles, after these changes, it will only displace you two.
## Why It's Good For The Game
Newtonian movement made wings hard to maneuver and annoying to use, this
aims to make them more usable.
I'm not sure about how well they'll do in combat, since after this
change you still keep a substantial speed bonus, but to my knowledge it
was like that before and not many people complained. If it becomes a
problem, the speed can be adjusted as well.
## Changelog
🆑
qol: Made angel wings more maneuverable
/🆑
(cherry picked from commit 8222f59f61)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#define FUNCTIONAL_WING_FORCE 2.25 NEWTONS
|
||||
#define FUNCTIONAL_WING_STABILIZATION 1.2 NEWTONS
|
||||
#define FUNCTIONAL_WING_STABILIZATION 4.5 NEWTONS
|
||||
|
||||
///hud action for starting and stopping flight
|
||||
/datum/action/innate/flight
|
||||
|
||||
Reference in New Issue
Block a user