Merge pull request #33324 from deathride58/foreignfurryaddswidescreen

[Ready] Makes the default view range a config option (Allows hosts to enable widescreen)
This commit is contained in:
Jordan Brown
2017-12-07 13:50:09 -05:00
committed by CitadelStationBot
parent e6fb6a5910
commit 8b9e15d1b5
17 changed files with 29 additions and 19 deletions
+1 -1
View File
@@ -69,7 +69,7 @@
var/mob/camera/aiEye/remote/shuttle_docker/the_eye = eyeobj
user.client.images -= the_eye.placement_images
user.client.images -= the_eye.placed_images
user.client.change_view(world.view)
user.client.change_view(CONFIG_GET(string/default_view))
/obj/machinery/computer/camera_advanced/shuttle_docker/proc/placeLandingSpot()
if(!checkLandingSpot())