-
Notifications
You must be signed in to change notification settings - Fork 128
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
Undershirts Overhaul & Minor Clothing fixes #790
base: master
Are you sure you want to change the base?
Conversation
code/modules/gear_presets/cmb.dm
Outdated
@@ -60,7 +60,12 @@ | |||
|
|||
var/choice = rand(1,10) | |||
var/rig_or_jacket = rand(1,4) | |||
new_human.undershirt = "undershirt" | |||
if(new_human.gender == MALE) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should add a load_underwear()
proc or something and use it when needed instead of insane copypaste amounts
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
Conflicts have been resolved. A maintainer will review the pull request shortly. |
About the pull request
Adds rollable state to operations uniform, fixes camo variant issues on UPP.

New shirts and underwear, this image does not show them all buts gets across the idea
Explain why it's good for the game
Testing Photographs and Procedure
Screenshots & Videos
Put screenshots and videos here with an empty line between the screenshots and the
<details>
tags.Changelog
🆑 AmoryBlaine
add: New underwear and shirts
del: All old underwear and shirts
/:cl: