Skip to content

Commit

Permalink
clean up and refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
deltanedas committed Jan 1, 2025
1 parent b521120 commit 8606022
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions Resources/Prototypes/Entities/Mobs/NPCs/pets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,9 +144,9 @@
proper: true
gender: female
- type: Butcherable # DeltaV - Frontier Feature
spawned: # DeltaV - Frontier Feature
- id: FoodMeatCat # DeltaV - Frontier Feature
amount: 1 # DeltaV - Frontier Feature
spawned:
- id: FoodMeatCat
amount:
- type: Tag
tags:
- CannotSuicide
Expand All @@ -169,9 +169,9 @@
proper: true
gender: male
- type: Butcherable # DeltaV - Frontier Feature
spawned: # DeltaV - Frontier Feature
- id: FoodMeatCat # DeltaV - Frontier Feature
amount: 1 # DeltaV - Frontier Feature
spawned:
- id: FoodMeatCat
amount: 1
- type: Tag
tags:
- CannotSuicide
Expand Down
4 changes: 2 additions & 2 deletions Resources/Prototypes/_DV/Entities/Clothing/Head/hats.yml
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@
description: Smells like a good pension.
components:
- type: Sprite
sprite: DeltaV/Clothing/Head/Hats/mailman.rsi
sprite: _DV/Clothing/Head/Hats/mailman.rsi
- type: Clothing
sprite: DeltaV/Clothing/Head/Hats/mailman.rsi
sprite: _DV/Clothing/Head/Hats/mailman.rsi
- type: CatWearable # Frontier/Delta V

0 comments on commit 8606022

Please sign in to comment.