mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-09 16:05:07 +00:00
Disable lean reset on direction change (#3475)
## About The Pull Request Edits TG's lean component to perform the same as the pixel shift component ## Why It's Good For The Game Consistent shifting movement ## Changelog 🆑 LT3 qol: Leaning no longer resets with directional change /🆑
This commit is contained in:
@@ -106,7 +106,7 @@
|
||||
), PROC_REF(stop_leaning))
|
||||
|
||||
RegisterSignal(src, COMSIG_MOVABLE_TELEPORTED, PROC_REF(teleport_away_while_leaning))
|
||||
RegisterSignal(src, COMSIG_ATOM_POST_DIR_CHANGE, PROC_REF(lean_dir_changed))
|
||||
// RegisterSignal(src, COMSIG_ATOM_POST_DIR_CHANGE, PROC_REF(lean_dir_changed)) // BUBBER EDIT REMOVE - Don't reset leaning on direction change
|
||||
update_fov()
|
||||
|
||||
/// You fall on your face if you get teleported while leaning
|
||||
|
||||
Reference in New Issue
Block a user