Skip to content

Mark some unused variables#5334

Open
out-of-phaze wants to merge 1 commit into
NebulaSS13:devfrom
out-of-phaze:codequality/mark-unused
Open

Mark some unused variables#5334
out-of-phaze wants to merge 1 commit into
NebulaSS13:devfrom
out-of-phaze:codequality/mark-unused

Conversation

@out-of-phaze
Copy link
Copy Markdown
Member

Description of changes

Marks some unused variables I don't feel comfortable implementing myself, mostly because they're other people's code.

Why and what will this PR improve

Leaves a visible note that these variables are unused and need to be implemented or removed.

@out-of-phaze out-of-phaze added the ready for review This PR is ready for review and merge. label Apr 9, 2026
Comment thread code/_onclick/hud/screen/screen_intent.dm
Comment thread code/modules/projectiles/projectile.dm
Comment thread code/modules/salvage/structure.dm
abstract_type = /decl/background_detail/citizenship
category = /decl/background_category/citizenship
var/ruling_body = "Other Faction"
var/ruling_body = "Other Faction" // currently unused? todo: display this or remove it? nothing seems to actually set it...
Copy link
Copy Markdown
Contributor

@MistakeNot4892 MistakeNot4892 Apr 9, 2026

Choose a reason for hiding this comment

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

I think this might have been a partial port from the Polaris sync, it should be in the info box on chargen. I can do this if I remember.

Copy link
Copy Markdown
Member Author

@out-of-phaze out-of-phaze May 7, 2026

Choose a reason for hiding this comment

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

noted, think that's the only one still standing then? EDIT: that and tallness

Copy link
Copy Markdown
Contributor

@MistakeNot4892 MistakeNot4892 left a comment

Choose a reason for hiding this comment

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

Per comments some of these can just be removed.

@MistakeNot4892 MistakeNot4892 added awaiting author This PR is awaiting action from the author before it can be merged. has conflicts This PR needs updating and conflict resolution before it can be merged. and removed ready for review This PR is ready for review and merge. labels May 13, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

awaiting author This PR is awaiting action from the author before it can be merged. has conflicts This PR needs updating and conflict resolution before it can be merged.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants