Skip to content

Commit

Permalink
Gorlex DLC 2: Winter Coats! (shiptest-ss13#3400)
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. -->

## About The Pull Request
Wow, didn't expect me to be back so early huh?

The Main Gorlex Splinters now have Winter Coats!

![image](https://github.com/user-attachments/assets/10926115-0384-4592-b4bf-8d2bab7fe84a)

![image](https://github.com/user-attachments/assets/f4ae8f99-98f2-42f0-8c52-326a6a0c0308)

<!-- Describe The Pull Request. Please be sure every change is
documented or this can delay review and even discourage maintainers from
merging your PR! -->

## Why It's Good For The Game
I never want to hear the excuse of "It gives cold protection" for
wearing a hermit uniform in an NGR ship ever again.
<!-- 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. -->

## Changelog

:cl: PositiveEntropy
add: Gorlex Splinters now have winter coats!
/: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
Imaginos16 authored and MysticalFaceLesS committed Sep 22, 2024
1 parent 172bda9 commit c5dae66
Show file tree
Hide file tree
Showing 10 changed files with 28 additions and 0 deletions.
14 changes: 14 additions & 0 deletions code/modules/clothing/factions/hardliners.dm
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,20 @@
icon_state = "hl_hazard"
item_state = "whitecloth"

/obj/item/clothing/suit/hooded/wintercoat/security/hardliners
name = "hardliner winter coat"
desc = "A stark-white winter coat used by Marauders of the Hardliner movement, the zipper tab displaying the cracked emblem of the Gorlex Marauders."
icon_state = "coathl"
item_state = "coathl"
icon = 'icons/obj/clothing/faction/hardliners/suits.dmi'
mob_overlay_icon = 'icons/mob/clothing/faction/hardliners/suits.dmi'
hoodtype = /obj/item/clothing/head/hooded/winterhood/security/hardliners

/obj/item/clothing/head/hooded/winterhood/security/hardliners
icon_state = "hood_hl"
icon = 'icons/obj/clothing/faction/hardliners/head.dmi'
mob_overlay_icon = 'icons/mob/clothing/faction/hardliners/head.dmi'

//////////////////
//Armored suits//
/////////////////
Expand Down
14 changes: 14 additions & 0 deletions code/modules/clothing/factions/ngr.dm
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,20 @@
item_state = "redcloth"
supports_variations = VOX_VARIATION

/obj/item/clothing/suit/hooded/wintercoat/security/ngr
name = "NGR winter coat"
desc = "A sleek beige winter coat used by the Second Battlegroup of the New Gorlex Republic, the zipper tab proudly displays the official emblem of the NGR."
icon_state = "coatngr"
item_state = "coatngr"
icon = 'icons/obj/clothing/faction/ngr/suits.dmi'
mob_overlay_icon = 'icons/mob/clothing/faction/ngr/suits.dmi'
hoodtype = /obj/item/clothing/head/hooded/winterhood/security/ngr

/obj/item/clothing/head/hooded/winterhood/security/ngr
icon_state = "hood_ngr"
icon = 'icons/obj/clothing/faction/ngr/head.dmi'
mob_overlay_icon = 'icons/mob/clothing/faction/ngr/head.dmi'

//////////////////
//Armored suits//
/////////////////
Expand Down
Binary file modified icons/mob/clothing/faction/hardliners/head.dmi
Binary file not shown.
Binary file modified icons/mob/clothing/faction/hardliners/suits.dmi
Binary file not shown.
Binary file modified icons/mob/clothing/faction/ngr/head.dmi
Binary file not shown.
Binary file modified icons/mob/clothing/faction/ngr/suits.dmi
Binary file not shown.
Binary file modified icons/obj/clothing/faction/hardliners/head.dmi
Binary file not shown.
Binary file modified icons/obj/clothing/faction/hardliners/suits.dmi
Binary file not shown.
Binary file modified icons/obj/clothing/faction/ngr/head.dmi
Binary file not shown.
Binary file modified icons/obj/clothing/faction/ngr/suits.dmi
Binary file not shown.

0 comments on commit c5dae66

Please sign in to comment.