From 13b1db5eda68903d58c39bda9605663aae094c7b Mon Sep 17 00:00:00 2001 From: Princess Cheeseballs <66055347+Princess-Cheeseballs@users.noreply.github.com> Date: Sat, 31 Jan 2026 11:14:26 -0800 Subject: [PATCH] [STAGING] Fix having to /ghost as spacemobs when you die. (#42709) fixe Co-authored-by: Princess Cheeseballs <66055347+Pronana@users.noreply.github.com> --- Resources/Prototypes/Entities/Mobs/NPCs/simplemob.yml | 2 -- Resources/Prototypes/Entities/Mobs/base.yml | 2 ++ 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Resources/Prototypes/Entities/Mobs/NPCs/simplemob.yml b/Resources/Prototypes/Entities/Mobs/NPCs/simplemob.yml index d95be361a06..597674af59e 100644 --- a/Resources/Prototypes/Entities/Mobs/NPCs/simplemob.yml +++ b/Resources/Prototypes/Entities/Mobs/NPCs/simplemob.yml @@ -106,5 +106,3 @@ - type: MobPrice price: 150 - type: FloatingVisuals - - type: GhostOnMove - mustBeDead: true diff --git a/Resources/Prototypes/Entities/Mobs/base.yml b/Resources/Prototypes/Entities/Mobs/base.yml index 376d8e35b3e..c76c364b7f0 100644 --- a/Resources/Prototypes/Entities/Mobs/base.yml +++ b/Resources/Prototypes/Entities/Mobs/base.yml @@ -145,6 +145,8 @@ - type: LightningTarget priority: 2 lightningExplode: false + - type: GhostOnMove + mustBeDead: true # Used for mobs that can enter combat mode and can attack. - type: entity