mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-30 16:47:13 +01:00
Pressure Tanks no longer runtime when shuttleRotated, Remedies constant CI fails (#88413)
## About The Pull Request Fixes #71092 ## Why It's Good For The Game Flaky tests bad, fixman good... ## Changelog 🆑 fix: Pubby's whiteship no longer breaks when it tries to dock /🆑
This commit is contained in:
@@ -272,9 +272,9 @@
|
||||
|
||||
for(var/Ddir in GLOB.cardinals)
|
||||
if(old_entered_dirs & Ddir)
|
||||
entered_dirs |= angle2dir_cardinal(dir2angle(Ddir) + ang_change)
|
||||
entered_dirs |= turn_cardinal(Ddir, ang_change)
|
||||
if(old_exited_dirs & Ddir)
|
||||
exited_dirs |= angle2dir_cardinal(dir2angle(Ddir) + ang_change)
|
||||
exited_dirs |= turn_cardinal(Ddir, ang_change)
|
||||
|
||||
update_appearance()
|
||||
return ..()
|
||||
|
||||
Reference in New Issue
Block a user