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

Remove cat tails and ears from human customization #2288

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
markingCategory: HeadTop
speciesRestriction: [Human]
sponsorOnly: false # Corvax-Sponsors
abstract: true #ss220 no cat tail n ears
coloring:
default:
type:
Expand All @@ -28,6 +29,7 @@
markingCategory: HeadTop
speciesRestriction: [Human]
sponsorOnly: false # Corvax-Sponsors
abstract: true #ss220 no cat tail n ears
coloring:
default:
type:
Expand All @@ -52,6 +54,7 @@
markingCategory: HeadTop
speciesRestriction: [Human]
sponsorOnly: false # Corvax-Sponsors
abstract: true #ss220 no cat tail n ears
coloring:
default:
type:
Expand All @@ -76,6 +79,7 @@
markingCategory: Tail
speciesRestriction: [Human]
sponsorOnly: false # Corvax-Sponsors
abstract: true #ss220 no cat tail n ears
coloring:
default:
type:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
markingCategory: HeadTop
speciesRestriction: [Human]
sponsorOnly: false # Corvax-Sponsors
abstract: true #ss220 no cat tail n ears
sprites:
- sprite: Corvax/Mobs/Customization/fox_parts.rsi
state: ears_fox_outer
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
markingCategory: Tail
speciesRestriction: [Human]
sponsorOnly: false # Corvax-Sponsors
abstract: true #ss220 no cat tail n ears
coloring:
default:
type:
Expand Down
2 changes: 1 addition & 1 deletion Resources/Prototypes/Species/human.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
FacialHair: MobHumanoidAnyMarking
Snout: MobHumanoidAnyMarking
Chest: MobHumanTorso
Tail: MobHumanoidAnyMarking # Corvax-Sponsors
# Tail: MobHumanoidAnyMarking # Corvax-Sponsors #ss220 no cat tail n ears
Eyes: MobHumanoidEyes
HeadTop: MobHumanoidAnyMarking
LArm: MobHumanLArm
Expand Down
Loading