Make the floppy lizard ears have two colors. (#27679)

* Make the floppy lizard ears have two colors.

* please fix whatever the hell happened

* fix the error

* suggestion from Ubaser

* another suggestion from ubaser
This commit is contained in:
pigeonpeas
2024-05-07 20:22:25 -04:00
committed by GitHub
parent 18bd221407
commit bd06aa2365
6 changed files with 10 additions and 4 deletions

View File

@@ -96,7 +96,8 @@ marking-LizardHornsBighorn = Lizard Horns (Bighorn)
marking-LizardHornsKoboldEars-horns_kobold_ears = Lizard Ears (Kobold)
marking-LizardHornsKoboldEars = Lizard Ears (Kobold)
marking-LizardHornsFloppyKoboldEars-horns_floppy_kobold_ears = Lizard Ears (Floppy Kobold)
marking-LizardHornsFloppyKoboldEars-horns_floppy_kobold_ears_primary = Lizard Ears (Floppy Kobold)
marking-LizardHornsFloppyKoboldEars-horns-floppy_kobold_ears_secondary = Lizard Ears (Floppy Kobold)
marking-LizardHornsFloppyKoboldEars = Lizard Ears (Floppy Kobold)
marking-LizardChestUnderbelly-body_underbelly = Lizard Chest (Underbelly)

View File

@@ -310,7 +310,9 @@
speciesRestriction: [Reptilian]
sprites:
- sprite: Mobs/Customization/reptilian_parts.rsi
state: horns_floppy_kobold_ears
state: horns_floppy_kobold_ears_primary
- sprite: Mobs/Customization/reptilian_parts.rsi
state: horns_floppy_kobold_ears_secondary
- type: marking
id: LizardChestUnderbelly

View File

@@ -1422,7 +1422,6 @@
horns_bighorn: KoboldHornColors
horns_argali: KoboldHornColors
horns_ayrshire: KoboldHornColors
horns_floppy_kobold_ears: Inherit
horns_double: Inherit
horns_kobold_ears: Inherit
- type: Butcherable

Binary file not shown.

After

Width:  |  Height:  |  Size: 197 B

View File

@@ -590,7 +590,11 @@
"directions": 4
},
{
"name": "horns_floppy_kobold_ears",
"name": "horns_floppy_kobold_ears_primary",
"directions": 4
},
{
"name": "horns_floppy_kobold_ears_secondary",
"directions": 4
},
{