Skip to content

Commit

Permalink
Return cat parts for human (#197)
Browse files Browse the repository at this point in the history
* revert #99 and transferring "CatEars" to "HeadTop" category

* return cat parts for human

---------

Co-authored-by: Shegare <[email protected]>
  • Loading branch information
Shegare and Shegare authored Oct 30, 2024
1 parent 69f07f5 commit e16b0ac
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 24 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
- type: marking
id: CatEars
bodyPart: HeadTop # Stories
markingCategory: HeadTop # Stories
speciesRestriction: [Human]
coloring:
default:
type:
!type:CategoryColoring
category: Hair
fallbackTypes:
- !type:SkinColoring
layers:
ears_cat_inner:
type:
!type:SimpleColoring
color: "#FFFFFF"
sprites:
- sprite: Mobs/Customization/cat_parts.rsi
state: ears_cat_outer
- sprite: Mobs/Customization/cat_parts.rsi
state: ears_cat_inner

- type: marking
id: CatTail
bodyPart: Tail
Expand Down
23 changes: 0 additions & 23 deletions Resources/Prototypes/Entities/Mobs/Customization/Markings/ears.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,26 +8,3 @@
sprites:
- sprite: Mobs/Customization/ears.rsi
state: long_ears

- type: marking
id: CatEars
bodyPart: HeadTop
markingCategory: HeadTop
speciesRestriction: [Human]
coloring:
default:
type:
!type:CategoryColoring
category: Hair
fallbackTypes:
- !type:SkinColoring
layers:
ears_cat_inner:
type:
!type:SimpleColoring
color: "#FFFFFF"
sprites:
- sprite: Mobs/Customization/cat_parts.rsi
state: ears_cat_outer
- sprite: Mobs/Customization/cat_parts.rsi
state: ears_cat_inner
3 changes: 2 additions & 1 deletion Resources/Prototypes/Species/human.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
FacialHair: MobHumanoidAnyMarking
Snout: MobHumanoidAnyMarking
Chest: MobHumanTorso
Tail: MobHumanoidAnyMarking # Stories
Eyes: MobHumanoidEyes
HeadTop: MobHumanoidAnyMarking
LArm: MobHumanLArm
Expand Down Expand Up @@ -50,7 +51,7 @@
points: 1
required: false
Tail: # the cat tail joke
points: 0
points: 1 # Stories
required: false
HeadTop:
points: 1
Expand Down

0 comments on commit e16b0ac

Please sign in to comment.