Skip to content

Commit 384af27

Browse files
authored
Make Corgi Spawner spawn Ian Instead (#8235)
1 parent 03da0e5 commit 384af27

2 files changed

Lines changed: 9 additions & 6 deletions

File tree

Resources/Prototypes/Entities/Markers/Spawners/mobs.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
- MobMouse2
1818

1919
- type: entity
20-
name: Corgi Spawner
20+
name: Ian Spawner
2121
id: SpawnMobCorgi
2222
parent: MarkerBase
2323
components:
@@ -27,8 +27,7 @@
2727
- state: ai
2828
- type: ConditionalSpawner
2929
prototypes:
30-
- MobCorgi
31-
- MobCorgiOld
30+
- MobCorgiIan
3231

3332
- type: entity
3433
name: Possum Morty Spawner

Resources/Prototypes/Entities/Mobs/NPCs/pets.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
dead: corgi_dead
3333
- type: Butcherable
3434
spawned:
35-
- id: FoodMeatCorgi
35+
- id: FoodMeat
3636
amount: 2
3737
- type: ReplacementAccent
3838
accent: dog
@@ -115,7 +115,7 @@
115115
- type: entity
116116
name: Ian
117117
parent: MobCorgi
118-
id: MobCorgiOld
118+
id: MobCorgiIan
119119
description: Favorite pet corgi.
120120
components:
121121
- type: Sprite
@@ -134,7 +134,11 @@
134134
attributes:
135135
proper: true
136136
gender: male
137-
137+
- type: Butcherable
138+
spawned:
139+
- id: FoodMeatCorgi
140+
amount: 2
141+
138142
- type: entity
139143
name: Old Ian
140144
parent: MobCorgi

0 commit comments

Comments
 (0)