Skip to content

Commit

Permalink
Update railgun.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
Ediblebomb committed Sep 21, 2024
1 parent cfcf843 commit a34de82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/cm_tech/implements/railgun.dm
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ GLOBAL_DATUM(railgun_eye_location, /datum/coords)
SIGNAL_HANDLER

H.see_in_dark = 50
H.sight = (SEE_TURFS|BLIND)
H.sight = (SEE_TURFS|SEE_OBJS|BLIND)
H.see_invisible = SEE_INVISIBLE_MINIMUM
return COMPONENT_OVERRIDE_UPDATE_SIGHT

Expand Down

0 comments on commit a34de82

Please sign in to comment.