Skip to content

Commit

Permalink
Seperates goggles from the base ballistic helmet. (shiptest-ss13#3389)
Browse files Browse the repository at this point in the history
<!-- Write **BELOW** The Headers and **ABOVE** The comments else it may
not be viewable. -->
<!-- You can view Contributing.MD for a detailed description of the pull
request process. -->

![obraz](https://github.com/user-attachments/assets/b7840360-db17-42e5-8c23-d161e59acf8f)
Woah! Best sprite showcase of 2024!

Note: Those goggles, unlike the ones that factions have, do NOT have a
sechud. They are just fancy sunglasses.

<!-- Describe The Pull Request. Please be sure every change is
documented or this can delay review and even discourage maintainers from
merging your PR! -->
- Probably good to have them seperated, just like how inteq did it.
- Indie sec drip.
- I REALLY want this for the shiptest-ss13#3380.

<!-- Please add a short description of why you think these changes would
benefit the game. If you can't justify it in words, it might not be
worth adding. -->

:cl:
add: Added "ballistic goggles" - new indie security clothing item.
imageadd: Added Kepori bulletproof helmet sprites.
/:cl:

<!-- Both :cl:'s are required for the changelog to work! You can put
your name to the right of the first :cl: if you want to overwrite your
GitHub username as author ingame. -->
<!-- You can use multiple of the same prefix (they're only used for the
icon ingame) and delete the unneeded ones. Despite some of the tags,
changelogs should generally represent how a player might be affected by
the changes rather than a summary of the PR's contents. -->
  • Loading branch information
Sadhorizon authored and MrCat15352 committed Dec 24, 2024
1 parent 916832c commit 2aecf9c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions code/modules/clothing/glasses/_glasses.dm
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,14 @@
supports_variations = KEPORI_VARIATION | VOX_VARIATION
glass_colour_type = /datum/client_colour/glass_colour/lightblue

/obj/item/clothing/glasses/sunglasses/ballistic
name = "ballistic goggles"
desc = "A pair of flash-proof ballistic goggles."
icon_state = "ballistic_goggles"
item_state = "ballistic_goggles"
supports_variations = KEPORI_VARIATION | VOX_VARIATION
glass_colour_type = /datum/client_colour/glass_colour/lightblue

/obj/item/clothing/glasses/welding
name = "welding goggles"
desc = "Protects the eyes from bright flashes; approved by the mad scientist association."
Expand Down
Binary file added icons/mob/clothing/eyes.dmi
Binary file not shown.
Binary file added icons/obj/clothing/glasses.dmi
Binary file not shown.

0 comments on commit 2aecf9c

Please sign in to comment.