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

Various clothing and equipment tweaks for Karzerfeste. #4612

Merged
merged 1 commit into from
Dec 10, 2024

Conversation

MistakeNot4892
Copy link
Contributor

  • Outfits can be given lists of types instead of single types.
  • Added sleeved robes.
  • Added various clothing and tool subtypes for fantasy.

@MistakeNot4892 MistakeNot4892 added the ready for review This PR is ready for review and merge. label Dec 7, 2024
out-of-phaze
out-of-phaze previously approved these changes Dec 9, 2024

// Ears, backpack and uniforms are handled individually.
var/list/slot_to_gear = list(
slot_wear_suit_str = resolve_equip_to_list(suit),
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is a define, so it might actually work, but i'm a little worried about using bare list keys like this. actually no i know for a fact it'll work until someone makes a typo or include order error when adding a new one, and then it'll insert the nonexistent variable as a string. so... dunno. fine as is i guess but wrapping it in parens is technically safer

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I can do that for clarity easily enough.

@out-of-phaze out-of-phaze merged commit 6567c6f into NebulaSS13:dev Dec 10, 2024
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ready for review This PR is ready for review and merge.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants