Make Corgi Spawner spawn Ian Instead (#8235)

This commit is contained in:
Emisse
2022-05-18 16:04:28 -06:00
committed by GitHub
parent 03da0e5c79
commit 384af2796c
2 changed files with 9 additions and 6 deletions

View File

@@ -17,7 +17,7 @@
- MobMouse2
- type: entity
name: Corgi Spawner
name: Ian Spawner
id: SpawnMobCorgi
parent: MarkerBase
components:
@@ -27,8 +27,7 @@
- state: ai
- type: ConditionalSpawner
prototypes:
- MobCorgi
- MobCorgiOld
- MobCorgiIan
- type: entity
name: Possum Morty Spawner

View File

@@ -32,7 +32,7 @@
dead: corgi_dead
- type: Butcherable
spawned:
- id: FoodMeatCorgi
- id: FoodMeat
amount: 2
- type: ReplacementAccent
accent: dog
@@ -115,7 +115,7 @@
- type: entity
name: Ian
parent: MobCorgi
id: MobCorgiOld
id: MobCorgiIan
description: Favorite pet corgi.
components:
- type: Sprite
@@ -134,7 +134,11 @@
attributes:
proper: true
gender: male
- type: Butcherable
spawned:
- id: FoodMeatCorgi
amount: 2
- type: entity
name: Old Ian
parent: MobCorgi