[MIRROR] Shuttle nav compuer docking cameras can no longer swap across z-levels. (#1343)

* Shuttle nav compuer docking cameras can no longer swap across z-levels. (#54348)

Shuttle docking nav computers can pick locations across z-levels. This is most likely an oversight, as shuttles should only be able to dock using this console on their own z-level.

Currently doesn't do anything bad as Icebox is the only map that supports this sort of multi-Z camera movement and has a distinct lack of pilotable shuttles, but patching this before it becomes an issue.

* Shuttle nav compuer docking cameras can no longer swap across z-levels.

Co-authored-by: Timberpoes <silent_insomnia_pp@hotmail.co.uk>
This commit is contained in:
SkyratBot
2020-10-16 23:39:59 +01:00
committed by GitHub
co-authored by Timberpoes
parent 5f50e0863b
commit e56d76650f
@@ -3,6 +3,11 @@
desc = "Used to designate a precise transit location for a spacecraft."
jump_action = null
should_supress_view_changes = FALSE
// Docking cameras should only interact with their current z-level.
move_up_action = null
move_down_action = null
var/datum/action/innate/shuttledocker_rotate/rotate_action = new
var/datum/action/innate/shuttledocker_place/place_action = new
var/shuttleId = ""