move parrot name to MobParrotBase (#39131)
This commit is contained in:
parent
ed6ed6c5f3
commit
378fbb0ba9
1 changed files with 1 additions and 1 deletions
|
|
@ -2176,6 +2176,7 @@
|
|||
- type: entity
|
||||
parent: [ SimpleMobBase, FlyingMobBase ]
|
||||
id: MobParrotBase
|
||||
name: parrot
|
||||
abstract: true
|
||||
description: Infiltrates your domain, spies on you, and somehow still a cool pet.
|
||||
components:
|
||||
|
|
@ -2251,7 +2252,6 @@
|
|||
bloodMaxVolume: 50
|
||||
|
||||
- type: entity
|
||||
name: parrot
|
||||
parent: MobParrotBase
|
||||
id: MobParrot
|
||||
components:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue