Proximity monitor related fixes. (#51544)

* Makes cameras create prox monitors only when necessary.

* typofix

* Makes proximity monitors behave properly on shuttle moves.

* Makes transit turfs work without crosslinked levels.
This commit is contained in:
AnturK
2020-06-11 16:30:15 +02:00
committed by GitHub
parent e51ca84cd8
commit 20007b23d5
5 changed files with 18 additions and 2 deletions
+2
View File
@@ -121,6 +121,8 @@ All ShuttleMove procs go here
update_light()
if(rotation)
shuttleRotate(rotation)
if(proximity_monitor)
proximity_monitor.HandleMove()
update_parallax_contents()