Skip to content

Commit

Permalink
Hardliner Rework DLC: Adds the Hardliner Elite Suit (shiptest-ss13#3394)
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
Hi! Kept you waiting, huh?

Does what it says on the tin, adding this beauty to the Hardliner's
armory!


![image](https://github.com/user-attachments/assets/71c00b2f-4814-439d-97c8-555d6f88a86a)

<!-- 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
We needed an elite analogue for the splinter Gorlex factions, and this
is the first one to kick things off!
<!-- 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: A new and refurbished Elite Syndicate suit has just been unveiled!
/: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 ed3cd54 commit 7edbe19
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions code/modules/clothing/factions/hardliners.dm
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,28 @@
lightweight = 1
jetpack = null

/obj/item/clothing/head/helmet/space/hardsuit/syndi/elite/hl
name = "elite white-red hardsuit helmet"
desc = "An elite version of the infamous white-red Hardliner hardsuit, with improved armor and fireproofing. It is in EVA mode. Property of Gorlex Marauders."
alt_desc = "An elite version of the infamous white-red Hardliner hardsuit, with improved armor and fireproofing. It is in combat mode. Property of Gorlex Marauders."
icon_state = "hardsuit0-hlelite"
hardsuit_type = "hlelite"
icon = 'icons/obj/clothing/faction/hardliners/head.dmi'
mob_overlay_icon = 'icons/mob/clothing/faction/hardliners/head.dmi'

/obj/item/clothing/suit/space/hardsuit/syndi/elite/hl
name = "elite white-red hardsuit"
desc = "An elite version of the infamous white-red Hardliner hardsuit, with improved armor and fireproofing. It is in travel mode."
alt_desc = "An elite version of the infamous white-red Hardliner hardsuit, with improved armor and fireproofing. It is in combat mode."
icon_state = "hardsuit0-hlelite"
item_state = "hardsuit0-hlelite"
hardsuit_type = "hlelite"
helmettype = /obj/item/clothing/head/helmet/space/hardsuit/syndi/elite/hl
icon = 'icons/obj/clothing/faction/hardliners/suits.dmi'
mob_overlay_icon = 'icons/mob/clothing/faction/hardliners/suits.dmi'
lightweight = 1
jetpack = null

/////////
//Hats//
////////
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/obj/clothing/faction/hardliners/head.dmi
Binary file not shown.
Binary file modified icons/obj/clothing/faction/hardliners/suits.dmi
Binary file not shown.

0 comments on commit 7edbe19

Please sign in to comment.