mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
Merge pull request #13641 from Heroman3003/light-fix
Fixes lighting runtime when moving hats on shuttles
This commit is contained in:
@@ -156,7 +156,8 @@
|
||||
for(var/obj/O in T)
|
||||
if(O.simulated)
|
||||
O.loc = X
|
||||
O.update_light()
|
||||
if(O.light_system == STATIC_LIGHT)
|
||||
O.update_light()
|
||||
if(z_level_change) // The objects still need to know if their z-level changed.
|
||||
O.onTransitZ(T.z, X.z)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user