This repository was archived by the owner on May 22, 2025. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 457
Chameleon Envirosuit #18109
Merged
Bibby0110
merged 7 commits into
yogstation13:master
from
jachlompsky:chameleon-envirosuit
Mar 5, 2023
Merged
Chameleon Envirosuit #18109
Bibby0110
merged 7 commits into
yogstation13:master
from
jachlompsky:chameleon-envirosuit
Mar 5, 2023
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Contributor
|
webediting for a good cause |
tattax
reviewed
Feb 27, 2023
Co-authored-by: tattax <71668564+tattax@users.noreply.github.com>
Co-authored-by: tattax <71668564+tattax@users.noreply.github.com>
tattax
reviewed
Feb 27, 2023
Co-authored-by: tattax <71668564+tattax@users.noreply.github.com>
tattax
reviewed
Feb 27, 2023
code/modules/clothing/chameleon.dm
Outdated
| chameleon_action.syndicate = TRUE | ||
| chameleon_action.chameleon_type = /obj/item/clothing/under | ||
| chameleon_action.chameleon_name = "Jumpsuit" | ||
| chameleon_action.chameleon_blacklist = typecacheof(list(/obj/item/clothing/under, /obj/item/clothing/under/color, /obj/item/clothing/under/rank, /obj/item/clothing/under/changeling)), only_root_path = TRUE) |
Contributor
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.
Suggested change
| chameleon_action.chameleon_blacklist = typecacheof(list(/obj/item/clothing/under, /obj/item/clothing/under/color, /obj/item/clothing/under/rank, /obj/item/clothing/under/changeling)), only_root_path = TRUE) | |
| chameleon_action.chameleon_blacklist = typecacheof(list(/obj/item/clothing/under, /obj/item/clothing/under/color, /obj/item/clothing/under/rank, /obj/item/clothing/under/changeling), only_root_path = TRUE) |
my bad
Contributor
Author
|
my bad for accidentally putting my first attempt in here instead of what I had after I finished testing it. everythin fixed now |
Bibby0110
approved these changes
Mar 5, 2023
Yogbot-13
added a commit
that referenced
this pull request
Mar 5, 2023
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Document the changes in your pull request
Adds a chameleon envirosuit, and envirohelm, for plasmaman traitors. These will automatically replace the chameleon jumpsuit and hat when a plasmaman buys a chameleon kit. The suit and helm have armor equivalent to the chameleon jumpsuit and hat, and of course have all the functions of a normal envirosuit/helm- except I removed the helmet light from the envirohelm, because turning it on just changes whatever helmet you're using to a lit-up purple envirohelm, which would be not fun if you didn't know beforehand and someone noticed.
Wiki Documentation
Mention that plasmamen get their respective clothing types in chameleon kit.
Changelog
🆑
rscadd: Added chameleon envirosuit and envirohelm.
tweak: Chameleon envirosuit and helm in chamkits for plasmamen.
/:cl: