diff --git a/Content.Server/Botany/Systems/PlantHolderSystem.cs b/Content.Server/Botany/Systems/PlantHolderSystem.cs index af79a31683..ca95f50188 100644 --- a/Content.Server/Botany/Systems/PlantHolderSystem.cs +++ b/Content.Server/Botany/Systems/PlantHolderSystem.cs @@ -100,7 +100,7 @@ namespace Content.Server.Botany.Systems { if (!_botanySystem.TryGetSeed(seeds, out var seed)) return ; - + _popupSystem.PopupCursor(Loc.GetString("plant-holder-component-plant-success-message", ("seedName", seed.Name), ("seedNoun", seed.Noun)), Filter.Entities(args.User)); @@ -150,7 +150,7 @@ namespace Content.Server.Botany.Systems _popupSystem.PopupCursor(Loc.GetString("plant-holder-component-remove-plant-message", ("name", Comp(uid).EntityName)), Filter.Entities(args.User)); _popupSystem.PopupEntity(Loc.GetString("plant-holder-component-remove-plant-others-message", - ("otherName", Comp(args.User).EntityName)), uid, Filter.Pvs(args.User).RemoveWhereAttachedEntity(puid => puid == args.User)); + ("name", Comp(args.User).EntityName)), uid, Filter.Pvs(args.User).RemoveWhereAttachedEntity(puid => puid == args.User)); component.RemovePlant(); } else diff --git a/Resources/Prototypes/Entities/Structures/Machines/stasisbed.yml b/Resources/Prototypes/Entities/Structures/Machines/stasisbed.yml index 5f0989f1ee..4ef01fc43c 100644 --- a/Resources/Prototypes/Entities/Structures/Machines/stasisbed.yml +++ b/Resources/Prototypes/Entities/Structures/Machines/stasisbed.yml @@ -1,7 +1,7 @@ - type: entity id: StasisBed name: stasis bed - parent: BaseStructure + parent: BaseMachinePowered description: A bed that massively slows down the patient's metabolism, allowing more time to administer a proper treatment for stabilization. components: - type: StasisBed diff --git a/Resources/Prototypes/Recipes/Construction/Graphs/furniture/bed.yml b/Resources/Prototypes/Recipes/Construction/Graphs/furniture/bed.yml index aef6ae702f..c9be483aea 100644 --- a/Resources/Prototypes/Recipes/Construction/Graphs/furniture/bed.yml +++ b/Resources/Prototypes/Recipes/Construction/Graphs/furniture/bed.yml @@ -13,6 +13,9 @@ - material: Steel amount: 2 doAfter: 1 + - material: Cloth + amount: 2 + doAfter: 1 - to: dogbed completed: - !type:SnapToGrid { } @@ -27,6 +30,9 @@ - material: Plasteel amount: 2 doAfter: 1 + - material: Durathread + amount: 2 + doAfter: 1 - node: bed entity: Bed edges: