Skip to content

Commit

Permalink
fixes free nvg bug
Browse files Browse the repository at this point in the history
  • Loading branch information
doom committed Dec 30, 2023
1 parent d46e38c commit b7be7d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/projectiles/gun_attachables.dm
Original file line number Diff line number Diff line change
Expand Up @@ -1586,7 +1586,7 @@ Defined in conflicts.dm of the #defines folder.
scoper.clear_fullscreen("vulture")
scoper.client.remove_from_screen(scope_element)
scoper.see_in_dark -= darkness_view
scoper.lighting_alpha = 127
scoper.lighting_alpha = LIGHTING_PLANE_ALPHA_VISIBLE
scoper.sync_lighting_plane_alpha()
QDEL_NULL(scope_element)
recalculate_scope_pos()
Expand Down

0 comments on commit b7be7d4

Please sign in to comment.