Skip to content

Commit

Permalink
Switcheroo on where wrist accessory slots are defined for gloves.
Browse files Browse the repository at this point in the history
  • Loading branch information
TheKillfish committed Jan 9, 2025
1 parent 19b7081 commit 6d10ad6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions code/modules/clothing/clothing.dm
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,8 @@
flags_armor_protection = BODY_FLAG_HANDS
flags_equip_slot = SLOT_HANDS
attack_verb = list("challenged")
valid_accessory_slots = list(ACCESSORY_SLOT_WRIST_L, ACCESSORY_SLOT_WRIST_R)
restricted_accessory_slots = list(ACCESSORY_SLOT_WRIST_L, ACCESSORY_SLOT_WRIST_R) // To prevent infinitely putting watches/wrist accessories on your gloves. That can be reserved for uniforms, where you have the whole ARM to put shit on
sprite_sheets = list(SPECIES_MONKEY = 'icons/mob/humans/species/monkeys/onmob/hands_monkey.dmi')
blood_overlay_type = "hands"
var/gloves_blood_amt = 0 //taken from blood.dm
Expand Down
2 changes: 0 additions & 2 deletions code/modules/clothing/gloves/marine_gloves.dm
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@
armor_bio = CLOTHING_ARMOR_MEDIUM
armor_rad = CLOTHING_ARMOR_NONE
armor_internaldamage = CLOTHING_ARMOR_LOW
valid_accessory_slots = list(ACCESSORY_SLOT_WRIST_L, ACCESSORY_SLOT_WRIST_R)
restricted_accessory_slots = list(ACCESSORY_SLOT_WRIST_L, ACCESSORY_SLOT_WRIST_R) // To prevent infinitely putting watches on your gloves. That can be reserved for uniforms, where you have the whole ARM
var/adopts_squad_color = TRUE
/// The dmi where the grayscale squad overlays are contained
var/squad_overlay_icon = 'icons/mob/humans/onmob/clothing/hands_garb.dmi'
Expand Down

0 comments on commit 6d10ad6

Please sign in to comment.