Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

hide ratvar and narsie from the spawn menu #2150

Merged
merged 1 commit into from
Nov 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading