Skip to content

Commit

Permalink
Adds kepori hardsuit fallback (shiptest-ss13#3311)
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
title
<!-- Describe The Pull Request. Please be sure every change is
documented or this can delay review and even discourage maintainers from
merging your PR! -->
## Changelog

:cl:
imageadd: Kepori hardsuits now have a fallback icon
/: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
thgvr authored and MysticalFaceLesS committed Sep 2, 2024
1 parent 676d73b commit cd387a2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/objects/items.dm
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ GLOBAL_VAR_INIT(embedpocalypse, FALSE) // if true, all items will be able to emb
///If set, vox wearing this use this instead of their clothing file
var/vox_override_icon

/// Needs to follow this syntax: either a list() with the x and y coordinates of the pixel you want to get the colour from, or a hexcolour. Colour one replaces red, two replaces blue, and three replaces green in the icon state.
/// Needs to follow this syntax: either a list() with the x and y coordinates of the pixel you want to get the colour from, or a hexcolour. Colour one replaces red, two replaces green, and three replaces blue in the icon state.
var/list/greyscale_colors[3]
/// Needs to be a RGB-greyscale format icon state in all species' clothing icon files.
var/greyscale_icon_state
Expand Down
1 change: 1 addition & 0 deletions code/modules/clothing/factions/ngr.dm
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@
helmettype = /obj/item/clothing/head/helmet/space/hardsuit/syndi/ngr
lightweight = 1
jetpack = null
greyscale_colors = list("#33353a", "#d9ad82", "#8c1a34")

/obj/item/clothing/head/helmet/space/plasmaman/ngr
name = "NGR phorid envirosuit helmet"
Expand Down
Binary file modified icons/mob/clothing/species/kepori.dmi
Binary file not shown.

0 comments on commit cd387a2

Please sign in to comment.