add(Spawners): Add a honk bot spawner (#30616)

This commit is contained in:
Brandon Hu 2024-08-05 06:08:05 +00:00 committed by deltanedas
parent 2c985fecb9
commit d451898003
1 changed files with 15 additions and 1 deletions

View File

@ -862,4 +862,18 @@
sprite: Mobs/Animals/clownspider.rsi
- type: ConditionalSpawner
prototypes:
- MobClownSpider
- MobClownSpider
- type: entity
name: honk bot spawner
id: SpawnHonkBot
parent: MarkerBase
components:
- type: Sprite
layers:
- state: green
- state: honkbot
sprite: Mobs/Silicon/Bots/honkbot.rsi
- type: ConditionalSpawner
prototypes:
- MobHonkBot