Skip to content

Commit

Permalink
Fixes previous goggle pr helmet sprites (#4613)
Browse files Browse the repository at this point in the history
# About the pull request

fixes my goggle's helmet sprite

# Explain why it's good for the game

fixes #4602 and #4615

# Testing Photographs and Procedure
<details>
<summary>Screenshots & Videos</summary>


![image](https://github.com/cmss13-devs/cmss13/assets/71989367/d6c17c80-d9e1-4ae5-9f73-24d7b95d56a9)

![image](https://github.com/cmss13-devs/cmss13/assets/71989367/90f9b7d7-e896-4b81-9a36-d82ad070f380)

![image](https://github.com/cmss13-devs/cmss13/assets/71989367/f1aacaf3-300d-46ce-9709-31059193ae29)

![image](https://github.com/cmss13-devs/cmss13/assets/71989367/c1594cbe-19b0-4ca5-af70-0617c187bdec)


</details>


# Changelog
:cl:
fix: fixed new goggle's on helmet sprite
/:cl:
  • Loading branch information
irRegularGuy646 committed Oct 10, 2023
1 parent e3b08b9 commit 0c23c26
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/modules/clothing/glasses/glasses.dm
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@

/obj/item/clothing/glasses/science/prescription
name = "prescription reagent scanner HUD goggles"
desc = "These goggles are probably of use to someone who isn't holding a rifle and actively seeking to lower their combat life expectancy. Contains prescription lenses."
desc = "These goggles are probably of use to someone who isn't holding a rifle and actively seeking to lower their combat life expectancy. Contains prescription lenses."
prescription = TRUE

/obj/item/clothing/glasses/science/get_examine_text(mob/user)
Expand Down Expand Up @@ -414,7 +414,7 @@
/obj/item/clothing/glasses/mgoggles/v2
name = "M1A1 marine ballistic goggles"
desc = "Newer issue USCM goggles. While commonly found mounted atop M10 pattern helmets, they are also capable of preventing insects, dust, and other things from getting into one's eyes. This version has larger lenses."
icon_state = "mgoggles2_down"
icon_state = "mgoggles2"
active_icon_state = "mgoggles2_down"
inactive_icon_state = "mgoggles2"

Expand Down
Binary file modified icons/mob/humans/onmob/eyes.dmi
Binary file not shown.
Binary file modified icons/mob/humans/onmob/helmet_garb.dmi
Binary file not shown.
Binary file modified icons/mob/humans/onmob/mask.dmi
Binary file not shown.

0 comments on commit 0c23c26

Please sign in to comment.