Skip to content

Commit

Permalink
Fixes camera sprites
Browse files Browse the repository at this point in the history
  • Loading branch information
Crowbar764 committed Sep 25, 2023
1 parent 933efa9 commit 33e9fdb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/game/machinery/camera/camera.dm
Original file line number Diff line number Diff line change
Expand Up @@ -187,9 +187,9 @@
else
visible_message(SPAN_WARNING("[user] has deactivated [src]!"))
if(status)
icon_state = initial(icon_state)
icon_state = "camera"
else
icon_state = "[initial(icon_state)]1"
icon_state = "camera1"
// now disconnect anyone using the camera
//Apparently, this will disconnect anyone even if the camera was re-activated.
//I guess that doesn't matter since they can't use it anyway?
Expand Down

0 comments on commit 33e9fdb

Please sign in to comment.