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

tiny suit jacket suit storage fix #6393

Closed
wants to merge 7 commits into from

Conversation

QuickLode
Copy link
Contributor

@QuickLode QuickLode commented Jun 7, 2024

About the pull request

allows blue suit jacket to hold stuff
some caps spellchecks on some suits
makes lawyer/bluesuit into just /lawyer as a parent

Explain why it's good for the game

smelly brought to me the bug with the lawyer suit, bug fix good

Testing Photographs and Procedure

Screenshots & Videos

Put screenshots and videos here with an empty line between the screenshots and the <details> tags.
spawned jacket fine, put jacket on, can use suit store fine

Changelog

🆑
fix: suit jacket etc can now hold items in suit storage
spellcheck: decapitalized suit jacket etc
code: makes suit/storage/lawyer parent(previously blue) instead of being 2 childs purple & blue.
del: removes suits ability to hold misc items such as casings, pipe painter, tscanner, pen/cigs in suit storage as they are either nonexistant, generally unused or otherwise can be placed in more appropiate spaces
/:cl:

@QuickLode QuickLode requested a review from Nanu308 as a code owner June 7, 2024 08:09
@cm13-github cm13-github added the Merge Conflict PR can't be merged because it touched too much code label Jun 7, 2024
@cm13-github
Copy link
Contributor

This pull request has conflicts, please resolve those before we can evaluate the pull request.

@github-actions github-actions bot added Mapping did you remember to save in tgm format? Fix Fix one bug, make ten more Grammar and Formatting Fixes the codebase's tpyos and grammatical's errors Code Improvement Make the code longer Removal snap labels Jun 7, 2024
@cm13-github
Copy link
Contributor

Conflicts have been resolved. A maintainer will review the pull request shortly.

@cm13-github cm13-github removed the Merge Conflict PR can't be merged because it touched too much code label Jun 7, 2024
Copy link
Contributor

This PR has been inactive for long enough to be automatically marked as stale. This means it is at risk of being auto closed in ~ 7 days, please address any outstanding review items and ensure your PR is finished, if these are all true and you are auto-staled anyway, you need to actively ask maintainers if your PR will be merged. Once you have done any of the previous actions then you should request a maintainer remove the stale label on your PR, to reset the stale timer. If you feel no maintainer will respond in that time, you may wish to close this PR youself, while you seek maintainer comment, as you will then be able to reopen the PR yourself

@github-actions github-actions bot added the Stale beg a maintainer to review your PR label Jun 15, 2024
Copy link
Contributor

@Drulikar Drulikar left a comment

Choose a reason for hiding this comment

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

Other than fixing some items being considered proper names, I don't see the point of any of these changes. How don't cigarettes fit in a jacket, but now somehow a crowbar does? And what bug fix?

Comment on lines 351 to 382
/obj/item/device/analyzer,
/obj/item/device/multitool,
/obj/item/device/pipe_painter,
/obj/item/device/radio,
/obj/item/device/t_scanner,
/obj/item/tool/crowbar,
/obj/item/tool/screwdriver,
/obj/item/tool/weldingtool,
/obj/item/tool/wirecutters,
/obj/item/tool/wrench,
/obj/item/clothing/mask/gas,

/obj/item/weapon/gun,
/obj/item/tool/lighter,
/obj/item/weapon/baton,
/obj/item/restraint/handcuffs,
/obj/item/device/binoculars,
/obj/item/attachable/bayonet,
/obj/item/storage/belt/gun/m4a3,
/obj/item/storage/belt/gun/m44,
/obj/item/storage/belt/gun/mateba,
/obj/item/storage/belt/gun/smartpistol,

/obj/item/device/flashlight,
/obj/item/device/healthanalyzer,
/obj/item/device/radio,
/obj/item/tank/emergency_oxygen,
/obj/item/tool/crowbar,
/obj/item/tool/crew_monitor,
/obj/item/storage/large_holster/machete,
/obj/item/storage/large_holster/katana,
/obj/item/device/motiondetector,
Copy link
Contributor

@Drulikar Drulikar Jun 19, 2024

Choose a reason for hiding this comment

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

There's a bunch of duplicates in this list. And why are we allowing all these things in a lawyer jacket? A whole machete holster? A whole crowbar? Entire gun belts?

Copy link
Contributor Author

@QuickLode QuickLode Jun 19, 2024

Choose a reason for hiding this comment

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

I'll fix the duplicates wasn't very careful with my code

Machete holster is on a sling
crowbar I can remove (just let me know if u want it gone)
gun belts are belts (https://www.everydaymarksman.co/wp-content/uploads/2019/02/old-battle-belt-3.jpg), you clip them around your waist ingame. you can do it to any jacket in CM including the one given to Marines. if its bad then I can remove it from all of the code but I am pretty sure its intended in lore, in nature and in code

This was brought to me as a bug fix because other jackets CAN carry waist/belts/buckled things while this jacket in particular can't carry much at all
So all I did in this PR was bring it up to the standard of similar jackets being used in CM

code/modules/clothing/suits/jobs.dm Show resolved Hide resolved
code/modules/clothing/suits/jobs.dm Show resolved Hide resolved
@Drulikar Drulikar removed the Stale beg a maintainer to review your PR label Jun 19, 2024
@Drulikar Drulikar marked this pull request as draft June 19, 2024 00:51
@QuickLode QuickLode marked this pull request as ready for review June 19, 2024 14:28
Copy link
Contributor

This PR has been inactive for long enough to be automatically marked as stale. This means it is at risk of being auto closed in ~ 7 days, please address any outstanding review items and ensure your PR is finished, if these are all true and you are auto-staled anyway, you need to actively ask maintainers if your PR will be merged. Once you have done any of the previous actions then you should request a maintainer remove the stale label on your PR, to reset the stale timer. If you feel no maintainer will respond in that time, you may wish to close this PR youself, while you seek maintainer comment, as you will then be able to reopen the PR yourself

@github-actions github-actions bot added the Stale beg a maintainer to review your PR label Jun 27, 2024
@github-actions github-actions bot closed this Jul 8, 2024
@Drulikar Drulikar reopened this Jul 8, 2024
@Drulikar
Copy link
Contributor

Drulikar commented Jul 8, 2024

stale exempt until reviewed

@Drulikar Drulikar added Stale Exempt PR can't go stale and removed Stale beg a maintainer to review your PR labels Jul 8, 2024
@QuickLode QuickLode closed this by deleting the head repository Jul 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Code Improvement Make the code longer Fix Fix one bug, make ten more Grammar and Formatting Fixes the codebase's tpyos and grammatical's errors Mapping did you remember to save in tgm format? Removal snap Stale Exempt PR can't go stale
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants