Aurorastation/Aurora.3

[Bug]: Tajara cannot wear the adhomian gauntlets

Greenjoe12345 opened this issue · 3 comments

Checks

  • I have searched the bug with a few keywords, and I confirm this bug was not yet reported.

Location

Horizon

Describe the issue

Trying to wear the adhomian gauntlets, it seems they cannot be worn. They will not go into the glove slot, and trying to use wirecutters says they are already clipped.

How to reproduce

Get adhomian gauntlets, try to wear them as a tajara.

Round ID

No response

Staff ckey

No response

From testing, it seems like you can put the gauntlets on as a Tajara, but you can't do so while wearing anything on your suit slot that covers your arms. This is because the gauntlets cover the arms as well as the hands, unlike most gloves, which has overlap with a lot of suits. So, if you take your suit off and then try to wear them, then put your suit back on, it should work fine.

/obj/item/clothing/gloves/tajaran_gauntlets
	name = "adhomian gauntlets"
	desc = "A pair of armored gauntlets made for Tajaran use."
	icon = 'icons/obj/tajara_items.dmi'
	icon_state = "armored_arms"
	item_state = "armored_arms"
	contained_sprite = TRUE
	species_restricted = list(BODYTYPE_TAJARA)
	body_parts_covered = ARMS|HANDS

	armor = list(
		melee = ARMOR_MELEE_MAJOR,
		bullet = ARMOR_BALLISTIC_PISTOL,
		laser = ARMOR_LASER_SMALL,
		energy = ARMOR_ENERGY_MINOR,
		bomb = ARMOR_BOMB_MINOR
	)

A bit unintuitive, but I think otherwise it's intended behaviour.

Yes, I suppose it should be made clearer.

As per hazel's comment/analysis