diff --git a/Resources/Prototypes/Entities/Constructible/Specific/hydroponics.yml b/Resources/Prototypes/Entities/Constructible/Specific/hydroponics.yml index d0468f07db..605c433d5d 100644 --- a/Resources/Prototypes/Entities/Constructible/Specific/hydroponics.yml +++ b/Resources/Prototypes/Entities/Constructible/Specific/hydroponics.yml @@ -45,6 +45,7 @@ name: hydroponics tray parent: hydroponicsSoil id: hydroponicsTray + description: An interstellar-grade space farmplot allowing for rapid growth and selective breeding of crops. Just... keep in mind the space weeds. components: - type: Physics mass: 25 diff --git a/Resources/Prototypes/Entities/Objects/Tools/surgery.yml b/Resources/Prototypes/Entities/Objects/Tools/surgery.yml index ad8729e8b9..062486803b 100644 --- a/Resources/Prototypes/Entities/Objects/Tools/surgery.yml +++ b/Resources/Prototypes/Entities/Objects/Tools/surgery.yml @@ -15,7 +15,7 @@ name: scalpel parent: BaseSurgeryTool id: Scalpel - desc: A surgical tool used to make incisions into flesh. + description: A surgical tool used to make incisions into flesh. components: - type: SurgeryTool surgeryType: Incision diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Melee/cleaver.yml b/Resources/Prototypes/Entities/Objects/Weapons/Melee/cleaver.yml index aca670ba8c..d87f9a98b0 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Melee/cleaver.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Melee/cleaver.yml @@ -2,7 +2,7 @@ name: butcher's cleaver parent: BaseItem id: ButchCleaver - desc: A huge thing used for chopping and chopping up meat. This includes clowns and clown-by-products. + description: A huge blade used for chopping and chopping up meat. This includes clowns and clown-by-products. components: - type: Sprite sprite: Objects/Weapons/Melee/cleaver.rsi diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Melee/pickaxe.yml b/Resources/Prototypes/Entities/Objects/Weapons/Melee/pickaxe.yml index 467dfe7ff5..ec7cf4e96a 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Melee/pickaxe.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Melee/pickaxe.yml @@ -2,6 +2,7 @@ name: pickaxe parent: BaseItem id: Pickaxe + description: Notched to perfection, for jebbing it into rocks components: - type: Sprite sprite: Objects/Weapons/Melee/pickaxe.rsi diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Melee/spear.yml b/Resources/Prototypes/Entities/Objects/Weapons/Melee/spear.yml index 0f9289b1f0..2d28bc0889 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Melee/spear.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Melee/spear.yml @@ -2,6 +2,7 @@ name: spear parent: BaseItem id: Spear + description: Definition of a Classic. Keeping murder affordable since 200,000 BCE. components: - type: Sprite sprite: Objects/Weapons/Melee/spear.rsi