From 8bf05ec863bc3cf98dcbc952356f7c7cf26a8f39 Mon Sep 17 00:00:00 2001 From: lzk <124214523+lzk228@users.noreply.github.com> Date: Fri, 23 Aug 2024 12:53:22 +0200 Subject: [PATCH] cleanup bakery weapons (#31356) --- .../Prototypes/Entities/Objects/Weapons/Melee/baguette.yml | 4 +--- .../Entities/Objects/Weapons/Throwable/croissant.yml | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Melee/baguette.yml b/Resources/Prototypes/Entities/Objects/Weapons/Melee/baguette.yml index 46bd430e5a..25830216ff 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Melee/baguette.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Melee/baguette.yml @@ -1,8 +1,6 @@ - type: entity - name: baguette parent: FoodBreadBaguette id: WeaponBaguette - description: Bon appétit! suffix: Weapon components: - type: MeleeWeapon @@ -14,4 +12,4 @@ path: /Audio/Weapons/bladeslice.ogg - type: Reflect reflectProb: 0.05 - spread: 90 \ No newline at end of file + spread: 90 diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Throwable/croissant.yml b/Resources/Prototypes/Entities/Objects/Weapons/Throwable/croissant.yml index 8ae52f4d73..f5cfd35b1d 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Throwable/croissant.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Throwable/croissant.yml @@ -1,8 +1,6 @@ - type: entity parent: FoodBakedCroissant id: WeaponCroissant - name: croissant - description: Buttery, flaky goodness. suffix: Weapon components: - type: Fixtures @@ -22,4 +20,4 @@ damage: types: Slash: 5 - Piercing: 10 \ No newline at end of file + Piercing: 10 -- 2.51.2