]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
add(Spawners): Add a honk bot spawner (#30616)
authorBrandon Hu <103440971+Brandon-Huu@users.noreply.github.com>
Mon, 5 Aug 2024 06:08:05 +0000 (06:08 +0000)
committerGitHub <noreply@github.com>
Mon, 5 Aug 2024 06:08:05 +0000 (09:08 +0300)
Resources/Prototypes/Entities/Markers/Spawners/mobs.yml

index 0107ce4702262b7df64bb3f6c83f8cd6c3bf3fbd..cb06b39998fe300f2ff75c9fed1562fc24a7d00a 100644 (file)
       sprite: Mobs/Animals/clownspider.rsi
   - type: ConditionalSpawner
     prototypes:
-    - MobClownSpider
\ No newline at end of file
+    - 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