Goonstation Forums
[QoL] Dynamic Pod Exit - Printable Version

+- Goonstation Forums (https://forum.ss13.co)
+-- Forum: Discussion (https://forum.ss13.co/forumdisplay.php?fid=6)
+--- Forum: Patches (https://forum.ss13.co/forumdisplay.php?fid=30)
+---- Forum: Implemented (https://forum.ss13.co/forumdisplay.php?fid=31)
+---- Thread: [QoL] Dynamic Pod Exit (/showthread.php?tid=10079)



[QoL] Dynamic Pod Exit - Tombi - 02-28-2018

From this thread.

Github pull request

Only affects code/WorkInProgress/Spaceship/vehicle.dm around line 772.
PS. This makes the "floating off into space when leaving a pod bug" more apparent.

EDIT: now includes the floating into space bug fix.


RE: [QoL] Dynamic Pod Exit - Frank_Stein - 02-28-2018

Honestly, floating off doesn't matter to me too much as long as it's in the direction I want to be going. Most of the time when I'm getting out of a pod in space it's to reach an airline to get back inside


RE: [QoL] Dynamic Pod Exit - Mordent - 02-28-2018

You've got the PR link set to compare to the wrong branch. The base branch should be the 2016 one.


RE: [QoL] Dynamic Pod Exit - Tombi - 03-01-2018

(02-28-2018, 06:06 PM)Mordent Wrote: You've got the PR link set to compare to the wrong branch. The base branch should be the 2016 one.
Oh yeah I set it to master, whoops. Fixed.


RE: [QoL] Dynamic Pod Exit - Gannets - 03-01-2018

This is a good change.


RE: [QoL] Dynamic Pod Exit - Tombi - 03-01-2018

Since I was already changing the code, I fixed the floating off into space bug. You're welcome. Updated the pull request.