From c3bdae812eb6d3d1a6b94b923f0c77208febfbba Mon Sep 17 00:00:00 2001 From: deltanedas <39013340+deltanedas@users.noreply.github.com> Date: Sat, 10 Jun 2023 11:58:30 +0000 Subject: [PATCH] add CannotSuicide to queen and dragon (#17241) Co-authored-by: deltanedas <@deltanedas:kde.org> --- Resources/Prototypes/Entities/Mobs/NPCs/xeno.yml | 3 +++ Resources/Prototypes/Entities/Mobs/Player/dragon.yml | 4 ++++ 2 files changed, 7 insertions(+) diff --git a/Resources/Prototypes/Entities/Mobs/NPCs/xeno.yml b/Resources/Prototypes/Entities/Mobs/NPCs/xeno.yml index 0338a9af21..62f030af57 100644 --- a/Resources/Prototypes/Entities/Mobs/NPCs/xeno.yml +++ b/Resources/Prototypes/Entities/Mobs/NPCs/xeno.yml @@ -233,6 +233,9 @@ - MobMask layer: - MobLayer + - type: Tag + tags: + - CannotSuicide - type: entity name: Ravager diff --git a/Resources/Prototypes/Entities/Mobs/Player/dragon.yml b/Resources/Prototypes/Entities/Mobs/Player/dragon.yml index c6fe8dce99..a933583c48 100644 --- a/Resources/Prototypes/Entities/Mobs/Player/dragon.yml +++ b/Resources/Prototypes/Entities/Mobs/Player/dragon.yml @@ -4,6 +4,7 @@ suffix: "" name: space dragon description: A flying leviathan, loosely related to space carps. + abstract: true components: - type: GhostRole allowMovement: true @@ -112,6 +113,9 @@ icon: Interface/Actions/devour.png name: action-name-devour description: action-description-devour + - type: Tag + tags: + - CannotSuicide - type: entity parent: BaseMobDragon