Skip to content

Commit

Permalink
[PORT] Harpy & Moth Clothing Fixes (#4)
Browse files Browse the repository at this point in the history
<!-- Please read these guidelines before opening your PR:
https://docs.spacestation14.io/en/getting-started/pr-guideline -->
<!-- The text between the arrows are comments - they will not be visible
on your PR. -->

## About the PR
<!-- What did you change in this PR? -->

Ports: DeltaV-Station/Delta-v#976
Ports: DeltaV-Station/Delta-v#975


## Technical details
<!-- If this is a code change, summarize at high level how your new code
works. This makes it easier to review. -->

"PrisonJumpsuit" component is removed from jumpskirts, so none of the
tags are needed hence PrisonJumpskirt no longer needs to overwrite any
tags. WhitelistChameleon, ClothMade and Skirt are added to fix Harpy,
Cloth and Chameleon issues.

## ( I haven't tested the jumpskirts in the chameleon menu )

## Media

- [X] this PR does not require an ingame showcase

## Breaking changes
<!--
List any breaking changes, including namespace, public
class/method/field changes, prototype renames; and provide instructions
for fixing them. This will be pasted in #codebase-changes.
-->

PrisonUniform no longer used on Jumpskirts

**Changelog**

:cl: DangerRevolution
- fix: Fixed Harpies being unable to wear prison jumpskirts
- fix: Moths can now eat jumpskirts
- fix: Jumpskirts are now a chameleon option.
  • Loading branch information
DangerRevolution authored Mar 18, 2024
1 parent 1f8e48b commit 0e0a7bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,3 +62,5 @@
- type: Tag #DeltaV, needed for species with nonhuman legs/can only wear skirts
tags:
- Skirt
- ClothMade
- WhitelistChameleon
Original file line number Diff line number Diff line change
Expand Up @@ -276,11 +276,6 @@
controlsLocked: true
randomMode: false
mode: SensorCords
- type: Tag
tags:
- ClothMade
- WhitelistChameleon
- PrisonUniform

- type: entity
parent: ClothingUniformSkirtBase
Expand Down

0 comments on commit 0e0a7bd

Please sign in to comment.