Adds cat ears as rare loot and traitor item (#6939)
* adds cat ears that give uwu accent * error * Updated to 20tc Web edit yoink * 21 TC now
This commit is contained in:
@@ -111,3 +111,16 @@
|
||||
sprite: Clothing/Head/Misc/cone.rsi
|
||||
- type: Clothing
|
||||
sprite: Clothing/Head/Misc/cone.rsi
|
||||
|
||||
- type: entity
|
||||
parent: ClothingHeadBase
|
||||
id: ClothingHeadHatCatEars
|
||||
name: cat ears
|
||||
description: "NYAH!"
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Clothing/Head/Hats/catears.rsi
|
||||
- type: Clothing
|
||||
sprite: Clothing/Head/Hats/catears.rsi
|
||||
- type: AddAccentClothing
|
||||
accent: OwOAccent
|
||||
|
||||
@@ -19,6 +19,7 @@
|
||||
- BalloonCorgi
|
||||
- PonderingOrb
|
||||
- Skub
|
||||
- ClothingHeadHatCatEars
|
||||
rareChance: 0.01
|
||||
prototypes:
|
||||
- Lighter
|
||||
|
||||
Reference in New Issue
Block a user