diff --git a/Resources/Prototypes/Entities/Objects/Misc/monkeycube.yml b/Resources/Prototypes/Entities/Objects/Misc/monkeycube.yml index 32ad0552c00..4ef79c90890 100644 --- a/Resources/Prototypes/Entities/Objects/Misc/monkeycube.yml +++ b/Resources/Prototypes/Entities/Objects/Misc/monkeycube.yml @@ -16,6 +16,10 @@ - type: Sprite sprite: Objects/Misc/monkeycube.rsi state: box + - type: StaticPrice + price: 20 + - type: VendPrice + price: 4500 # Yep, same price as the crate - type: entity parent: BaseItem @@ -35,6 +39,8 @@ - type: Tag tags: - MonkeyCube + - type: StaticPrice + price: 460 # The same price as dead (-20) - type: entity parent: BoxCardboard @@ -55,6 +61,8 @@ - type: Sprite sprite: Objects/Misc/monkeycube.rsi state: box + - type: StaticPrice + price: 0 # Syndicate - type: entity parent: BaseItem @@ -74,3 +82,5 @@ - type: Tag tags: - MonkeyCube + - type: StaticPrice + price: 0 # Syndicate diff --git a/Resources/Prototypes/Entities/Objects/Specific/rehydrateable.yml b/Resources/Prototypes/Entities/Objects/Specific/rehydrateable.yml index 6521fdf61c7..c553079c002 100644 --- a/Resources/Prototypes/Entities/Objects/Specific/rehydrateable.yml +++ b/Resources/Prototypes/Entities/Objects/Specific/rehydrateable.yml @@ -46,6 +46,8 @@ hard: false layer: - LowImpassable + - type: StaticPrice + price: 460 # The same price as dead (-20) - type: entity parent: PlushieCarp @@ -101,6 +103,8 @@ handle: false sound: path: /Audio/Effects/bite.ogg + - type: StaticPrice + price: 580 # The same price as dead (-20) - type: entity parent: BaseItem @@ -160,3 +164,5 @@ hard: false layer: - LowImpassable + - type: StaticPrice + price: 0 # Syndicate