fixes wonky cinematics (#20511)

This commit is contained in:
S34N
2023-03-13 22:21:22 +00:00
committed by GitHub
parent f834d6ec28
commit 010f8dd55b
2 changed files with 1 additions and 1 deletions

View File

@@ -351,7 +351,7 @@ SUBSYSTEM_DEF(ticker)
cinematic.icon_state = "station_intact"
cinematic.layer = 21
cinematic.mouse_opacity = MOUSE_OPACITY_TRANSPARENT
cinematic.screen_loc = "1,0"
cinematic.screen_loc = "1,1"
if(station_missed)
for(var/mob/M in GLOB.mob_list)