Merge pull request #4270 from Citadel-Station-13/upstream-merge-33324

[MIRROR] [Ready] Makes the default view range a config option (Allows hosts to enable widescreen)
This commit is contained in:
deathride58
2017-12-08 18:47:56 +00:00
committed by GitHub
17 changed files with 29 additions and 19 deletions
+1 -1
View File
@@ -131,7 +131,7 @@
buckled_mob.pixel_x = 0
buckled_mob.pixel_y = 0
if(buckled_mob.client)
buckled_mob.client.change_view(world.view)
buckled_mob.client.change_view(CONFIG_GET(string/default_view))
//MOVEMENT
/datum/component/riding/proc/turf_check(turf/next, turf/current)