mirror of
https://github.com/Citadel-Station-13/Citadel-Station-13-RP.git
synced 2026-08-23 17:06:55 +01:00
[IDB IGNORE] Refactor modules/clothing/under to new rendering system (#7177)
<!-- Write **BELOW** The Headers and **ABOVE** The comments else it may not be viewable. --> <!-- You can view Contributing.MD for a detailed description of the pull request process. --> ## About The Pull Request Refactors clothing/under to use the new rendering system for both icons and flags and does some general rearranging and cleanup of the code files. <!-- Describe The Pull Request. Please be sure every change is documented or this can delay review and even discourage maintainers from merging your PR! --> ## Why It's Good For The Game One single consistent system is good. This also fixes a lot of missing rolldown, rolled sleeves, and maybe some species specific sprites. <!-- Argue for the merits of your changes and how they benefit the game, especially if they are controversial and/or far reaching. If you can't actually explain WHY what you are doing will improve the game, then it probably isn't good for the game in the first place. --> ## Changelog - Moves clothing/under/accessories to clothing/legacy_accessories - Reformats under into under/casual, /costumes, /formal, /workwear folders. - Changes all /obj/item/clothing/under to use the new clothing render system - Annihilates uniform.dmi into a thousand pieces <!-- If your PR modifies aspects of the game that can be concretely observed by players or admins you should add a changelog. If your change does NOT meet this description, remove this section. Be sure to properly mark your PRs to prevent unnecessary GBP loss. You can read up on GBP and it's effects on PRs in the tgstation guides for contributors. Please note that maintainers freely reserve the right to remove and add tags should they deem it appropriate. You can attempt to finagle the system all you want, but it's best to shoot for clear communication right off the bat. --> 🆑 _Shadowcat_ refactor: refactors under clothing to new render system /🆑 <!-- Both 🆑's are required for the changelog to work! You can put your name to the right of the first 🆑 if you want to overwrite your GitHub username as author ingame. --> <!-- You can use multiple of the same prefix (they're only used for the icon ingame) and delete the unneeded ones. Despite some of the tags, changelogs should generally represent how a player might be affected by the changes rather than a summary of the PR's contents. --> --------- Co-authored-by: silicons <2003111+silicons@users.noreply.github.com>
This commit is contained in:
co-authored by
silicons
parent
92215eb7db
commit
64bef4fd3d
@@ -405,7 +405,6 @@ GLOBAL_LIST_BOILERPLATE(all_brig_closets, /obj/structure/closet/secure_closet/br
|
||||
/obj/item/flashlight/maglight,
|
||||
/obj/item/clothing/head/soft/nanotrasen,
|
||||
/obj/item/clothing/head/beret/nanotrasen,
|
||||
/obj/item/clothing/under/nanotrasen/security,
|
||||
/obj/item/clothing/gloves/black,
|
||||
/obj/item/clothing/shoes/boots/jackboots,
|
||||
/obj/item/clothing/shoes/boots/jackboots/toeless)
|
||||
@@ -458,8 +457,7 @@ GLOBAL_LIST_BOILERPLATE(all_brig_closets, /obj/structure/closet/secure_closet/br
|
||||
/obj/item/flashlight/maglight,
|
||||
/obj/item/clothing/gloves/black,
|
||||
/obj/item/clothing/shoes/boots/jackboots,
|
||||
/obj/item/clothing/shoes/boots/jackboots/toeless,
|
||||
/obj/item/clothing/under/nanotrasen/security/commander)
|
||||
/obj/item/clothing/shoes/boots/jackboots/toeless)
|
||||
|
||||
/obj/structure/closet/secure_closet/nanotrasen_commander/Initialize(mapload)
|
||||
if(prob(25))
|
||||
@@ -479,7 +477,6 @@ GLOBAL_LIST_BOILERPLATE(all_brig_closets, /obj/structure/closet/secure_closet/br
|
||||
|
||||
starts_with = list(
|
||||
/obj/item/clothing/suit/storage/vest/warden,
|
||||
/obj/item/clothing/under/nanotrasen/security/warden,
|
||||
/obj/item/clothing/suit/storage/vest/wardencoat/alt,
|
||||
/obj/item/clothing/head/helmet/warden,
|
||||
/obj/item/cartridge/security,
|
||||
|
||||
Reference in New Issue
Block a user