Skip to content

Commit

Permalink
fixes silhouette (tgstation#64855)
Browse files Browse the repository at this point in the history
Fixes visual of empty mod control slot in SSUs
  • Loading branch information
alphanerdd committed Feb 17, 2022
1 parent 9b5dac7 commit 0629259
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/machinery/suit_storage_unit.dm
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@
"suit" = create_silhouette_of(/obj/item/clothing/suit/space/eva),
"helmet" = create_silhouette_of(/obj/item/clothing/head/helmet/space/eva),
"mask" = create_silhouette_of(/obj/item/clothing/mask/breath),
"mod" = create_silhouette_of(/obj/item/mod),
"mod" = create_silhouette_of(/obj/item/mod/control),
"storage" = create_silhouette_of(/obj/item/tank/internals/oxygen),
)

Expand Down

0 comments on commit 0629259

Please sign in to comment.