Skip to content

Commit

Permalink
Merge pull request tgstation#45763 from kriskog/effects
Browse files Browse the repository at this point in the history
Removes cameras reliance on icon default state
  • Loading branch information
optimumtact authored Aug 8, 2019
2 parents 3cead9c + e5f8194 commit d3a52cb
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@
desc = "You get the feeling that you shouldn't be standing here."
clockwork_desc = "A sigil that will soon erupt and smite any unenlightened nearby."
icon = 'icons/effects/96x96.dmi'
icon_state = ""
icon_state = "transparent"
pixel_x = -32
pixel_y = -32
layer = BELOW_MOB_LAYER
Expand Down
2 changes: 1 addition & 1 deletion code/modules/photography/camera/camera_image_capturing.dm
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
atoms += A
CHECK_TICK

var/icon/res = icon('icons/effects/96x96.dmi', "")
var/icon/res = icon('icons/effects/96x96.dmi', "transparent")
res.Scale(psize_x, psize_y)

var/list/sorted = list()
Expand Down
Binary file modified icons/effects/96x96.dmi
Binary file not shown.

0 comments on commit d3a52cb

Please sign in to comment.