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

sg harness name fix #268

Merged
merged 4 commits into from
Sep 6, 2024
Merged

Conversation

AndroBetel
Copy link
Contributor

adds NO_NAME_OVERRIDE so its displayed properly now

Copy link
Contributor

@Doubleumc Doubleumc left a comment

Choose a reason for hiding this comment

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

Doesn't fully achieve your goal. Harnesses can still spawn with incorrect names.

if(SSmapping.configs[GROUND_MAP].environment_traits[MAP_COLD] && name == "M56 combat harness")
name = "M56 snow combat harness"

On a cold map it compares the name "\improper M56 combat harness" with "M56 combat harness", fails, and never renames it (which should be "\improper M56 snow combat harness" anyway)

flags_atom = NO_SNOW_TYPE

The standard subtype redefines flags_atom without including NO_NAME_OVERRIDE

@Doubleumc
Copy link
Contributor

Feel free to reopen when the issues have been addressed.

@Doubleumc Doubleumc marked this pull request as draft August 15, 2024 05:30
@AndroBetel AndroBetel marked this pull request as ready for review August 24, 2024 19:54
@Doubleumc Doubleumc merged commit ab85f15 into cmss13-devs:master Sep 6, 2024
36 checks passed
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

Successfully merging this pull request may close these issues.

2 participants