From 2718546629580a9d99ff22a79b57a8d04be6a817 Mon Sep 17 00:00:00 2001 From: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com> Date: Sun, 17 Sep 2023 15:06:58 +1000 Subject: [PATCH] Fix ghost selling (#20235) --- Resources/Prototypes/Entities/Mobs/Player/observer.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/Resources/Prototypes/Entities/Mobs/Player/observer.yml b/Resources/Prototypes/Entities/Mobs/Player/observer.yml index 6e4839c5d9..66e0e42978 100644 --- a/Resources/Prototypes/Entities/Mobs/Player/observer.yml +++ b/Resources/Prototypes/Entities/Mobs/Player/observer.yml @@ -5,6 +5,7 @@ description: Boo! noSpawn: true components: + - type: CargoSellBlacklist - type: Sprite overrideContainerOcclusion: true # Ghosts always show up regardless of where they're contained. drawdepth: Ghosts -- 2.51.2