Skip to content

Commit

Permalink
[MIRROR] add atom underlays & overlays to VV no-modify (#2723)
Browse files Browse the repository at this point in the history
Co-authored-by: Spookerton <[email protected]>
Co-authored-by: Lexanx <[email protected]>
  • Loading branch information
3 people authored Nov 23, 2024
1 parent c827e07 commit 56d7f7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/admin/view_variables/helpers.dm
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@


/atom/VV_static()
return ..() + list("bound_x", "bound_y", "bound_height", "bound_width", "bounds", "step_x", "step_y", "step_size")
return ..() + list("bound_x", "bound_y", "bound_height", "bound_width", "bounds", "step_x", "step_y", "step_size", "underlays", "overlays")

/client/VV_static()
return ..() + list("holder", "prefs")
Expand Down

0 comments on commit 56d7f7f

Please sign in to comment.