Skip to content

Commit

Permalink
add: gloves can be stored in belt (#5679)
Browse files Browse the repository at this point in the history
УРААА НЬЮ БЕЛТ АЙКОН
  • Loading branch information
MstrKabach authored Aug 8, 2024
1 parent a0d6efc commit c839a59
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion code/game/objects/items/weapons/storage/belt.dm
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@
/obj/item/extinguisher/mini,
/obj/item/holosign_creator,
/obj/item/radio,
/obj/item/robotanalyzer)
/obj/item/robotanalyzer,
/obj/item/clothing/gloves)

/obj/item/storage/belt/utility/full/populate_contents()
new /obj/item/screwdriver(src)
Expand Down
1 change: 1 addition & 0 deletions code/modules/clothing/clothing.dm
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,7 @@ BLIND // can't see anything
gender = PLURAL //Carn: for grammarically correct text-parsing
w_class = WEIGHT_CLASS_SMALL
icon = 'icons/obj/clothing/gloves.dmi'
belt_icon = "bgloves"
siemens_coefficient = 0.50
body_parts_covered = HANDS
slot_flags = ITEM_SLOT_GLOVES
Expand Down
2 changes: 2 additions & 0 deletions code/modules/clothing/gloves/color.dm
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
name = "insulated gloves"
icon_state = "yellow"
item_state = "ygloves"
belt_icon = "ygloves"
siemens_coefficient = 0
permeability_coefficient = 0.05
item_color="yellow"
Expand Down Expand Up @@ -63,6 +64,7 @@
name = "budget insulated gloves"
icon_state = "yellow"
item_state = "ygloves"
belt_icon = "ygloves"
siemens_coefficient = 1 //Set to a default of 1, gets overridden in New()
permeability_coefficient = 0.05
item_color="yellow"
Expand Down
Binary file modified icons/obj/clothing/belts.dmi
Binary file not shown.

0 comments on commit c839a59

Please sign in to comment.