Skip to content

Commit

Permalink
Rizz Maga Gloves (Bubberstation#1063)
Browse files Browse the repository at this point in the history
## About The Pull Request

OH my god we have red sec and that's amazing but god damn it goof if I
have to wear your blue gloves with my all red outfit I may just krav
maga your necky wecky till you 200 oxy damage bro like damn.

Adds variant choices for the Krav Maga gloves, now featuring BLUE,
LEGACY RED, NEW WHITE and NEW BLACK.

## Why It's Good For The Game

More customization is always good. I promise.

## Proof Of Testing


![image](https://github.com/Bubberstation/Bubberstation/assets/86748337/7c6ff142-eee1-43d3-ad08-792ee31e890f)

Tried all the worn sprites, they work. Used the alt variant for each
color, put them on, took them off, lit them on fire, made sure Krav maga
was still given when donned.


## Changelog

:cl:
image: added white/black sprites for worn/in hand.
code: added variant code to krav maga sec gloves
/:cl:

---------

Co-authored-by: nevimer <[email protected]>
  • Loading branch information
AtoriBirb and nevimer authored Jan 30, 2024
1 parent a6277d6 commit 7cb2a73
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 1 deletion.
Binary file modified modular_skyrat/master_files/icons/mob/clothing/hands.dmi
Binary file not shown.
Binary file modified modular_skyrat/master_files/icons/obj/clothing/gloves.dmi
Binary file not shown.
20 changes: 19 additions & 1 deletion modular_skyrat/modules/goofsec/code/sec_clothing_overrides.dm
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,25 @@
icon = 'modular_skyrat/master_files/icons/obj/clothing/gloves.dmi'
worn_icon = 'modular_skyrat/master_files/icons/mob/clothing/hands.dmi'
icon_state = "fightgloves_blue"

uses_advanced_reskins = TRUE
unique_reskin = list(
"Black Variant" = list(
RESKIN_ICON_STATE = "fightgloves_black",
RESKIN_WORN_ICON_STATE = "fightgloves_black"
),
"Blue Variant" = list(
RESKIN_ICON_STATE = "fightgloves_blue",
RESKIN_WORN_ICON_STATE = "fightgloves_blue"
),
"Red Variant" = list(
RESKIN_ICON_STATE = "fightgloves",
RESKIN_WORN_ICON_STATE = "fightgloves"
),
"White Variant" = list(
RESKIN_ICON_STATE = "fightgloves_white",
RESKIN_WORN_ICON_STATE = "fightgloves_white"
),
)
/*
* SUITS
*/
Expand Down

0 comments on commit 7cb2a73

Please sign in to comment.