Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dvir001 committed May 29, 2024
1 parent 753af91 commit cfb21fd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 21 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@
Unsexed: Cat
- type: Inventory
speciesId: cat
- type: RotationVisuals
defaultRotation: 90
horizontalRotation: 90

- type: entity
id: BaseEmotionalGhostDog
Expand All @@ -67,12 +70,9 @@
- type: RandomMetadata
nameSegments: [names_cat]
- type: DamageStateVisuals
rotate: true
states:
Alive:
Base: cat
Dead:
Base: cat

- type: entity
suffix: Ghost
Expand All @@ -82,12 +82,9 @@
- type: RandomMetadata
nameSegments: [names_cat_calico]
- type: DamageStateVisuals
rotate: true
states:
Alive:
Base: cat2
Dead:
Base: cat2

- type: entity
suffix: Ghost
Expand All @@ -97,12 +94,9 @@
- type: RandomMetadata
nameSegments: [names_cat_caracal]
- type: DamageStateVisuals
rotate: true
states:
Alive:
Base: caracal_flop
Dead:
Base: caracal_flop

- type: entity
suffix: Ghost
Expand All @@ -112,12 +106,9 @@
- type: RandomMetadata
nameSegments: [names_cat_space]
- type: DamageStateVisuals
rotate: true
states:
Alive:
Base: spacecat
Dead:
Base: spacecat

- type: entity
suffix: Ghost
Expand All @@ -127,14 +118,9 @@
- type: RandomMetadata
nameSegments: [names_cat_bingus]
- type: DamageStateVisuals
rotate: true
states:
Alive:
Base: bingus
Critical:
Base: bingus
Dead:
Base: bingus

- type: entity
suffix: Ghost
Expand Down
4 changes: 0 additions & 4 deletions Resources/Prototypes/_NF/Entities/Mobs/NPCs/pets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,10 +103,6 @@
states:
Alive:
Base: nfsdcat
Critical:
Base: nfsdcat_dead
Dead:
Base: nfsdcat_dead
- type: GhostRole
name: ghost-role-information-cappy-name
description: ghost-role-information-cappy-description
Expand Down

0 comments on commit cfb21fd

Please sign in to comment.