Skip to content

Commit

Permalink
hide ratvar and narsie from the spawn menu (DeltaV-Station#2150)
Browse files Browse the repository at this point in the history
this was not supposed to be a part of my day
  • Loading branch information
MilonPL authored Nov 8, 2024
1 parent a4d39c6 commit eb601b0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Resources/Prototypes/Entities/Mobs/Player/narsie.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
parent: MobNarsieBase
id: MobNarsieSpawn
suffix: Spawn
categories: [ HideSpawnMenu ] # DeltaV
components:
- type: Sprite
layers:
Expand All @@ -31,6 +32,7 @@
- type: entity
parent: [MobNarsieBase, BaseMob]
id: MobNarsie
categories: [ HideSpawnMenu ] # DeltaV
components:
- type: AnnounceOnSpawn
message: narsie-has-risen
Expand Down
2 changes: 2 additions & 0 deletions Resources/Prototypes/Entities/Mobs/Player/ratvar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
parent: MobRatvarBase
id: MobRatvarSpawn
suffix: Spawn
categories: [ HideSpawnMenu ] # DeltaV
components:
- type: Sprite
layers:
Expand All @@ -29,6 +30,7 @@
- type: entity
parent: [MobRatvarBase, BaseMob]
id: MobRatvar
categories: [ HideSpawnMenu ] # DeltaV
components:
- type: AnnounceOnSpawn
message: ratvar-has-risen
Expand Down

0 comments on commit eb601b0

Please sign in to comment.