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 GitHub
parent c9b69ef491
commit e2ca1a1957

View File

@@ -851,4 +851,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