Skip to content

Commit

Permalink
gunlight fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ghostsheet committed Jun 22, 2023
1 parent 4c96680 commit 49e6f1e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion code/modules/projectiles/gun_helpers.dm
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,8 @@ As sniper rifles have both and weapon mods can change them as well. ..() deals w
if (!attachment || !attachment.light_mod)
continue

attachment.activate_attachment(src, bearer)
bearer.SetLuminosity(0, FALSE, src)
attachment.activate_attachment(src, bearer, TRUE)

return TRUE
return FALSE
Expand Down

0 comments on commit 49e6f1e

Please sign in to comment.