mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-27 23:14:18 +01:00
Fix parallax again (#3279)
Fix parallax being static when it shouldn't have been.
This commit is contained in:
@@ -292,7 +292,7 @@ var/list/accessible_z_levels = list("8" = 5, "9" = 10, "7" = 15, "2" = 60)
|
||||
moved_event.raise_event(src, old_loc, loc)
|
||||
|
||||
// Parallax.
|
||||
update_client_hook()
|
||||
update_client_hook(loc)
|
||||
|
||||
// Lighting.
|
||||
var/datum/light_source/L
|
||||
|
||||
@@ -0,0 +1,4 @@
|
||||
author: Lohikar
|
||||
delete-after: True
|
||||
changes:
|
||||
- bugfix: "Fixed a bug which caused space parallax to always be static, regardless of preferences."
|
||||
Reference in New Issue
Block a user