Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: Tajara cannot wear the adhomian gauntlets #19916

Open
1 task done
Greenjoe12345 opened this issue Sep 19, 2024 · 1 comment
Open
1 task done

[Bug]: Tajara cannot wear the adhomian gauntlets #19916

Greenjoe12345 opened this issue Sep 19, 2024 · 1 comment

Comments

@Greenjoe12345
Copy link
Contributor

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

@hazelrat
Copy link
Contributor

hazelrat commented Sep 20, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants