From a7ef61febd951afd23ea4eb6b7f7135c2aa407aa Mon Sep 17 00:00:00 2001 From: BlueHNT <79374236+BlueHNT@users.noreply.github.com> Date: Thu, 8 Aug 2024 02:02:31 +0200 Subject: [PATCH 1/2] comments mk58's --- Resources/Prototypes/_ds14/Loadouts/items.yml | 42 ++++++++++--------- 1 file changed, 22 insertions(+), 20 deletions(-) diff --git a/Resources/Prototypes/_ds14/Loadouts/items.yml b/Resources/Prototypes/_ds14/Loadouts/items.yml index d3d5361454..e1090758c5 100644 --- a/Resources/Prototypes/_ds14/Loadouts/items.yml +++ b/Resources/Prototypes/_ds14/Loadouts/items.yml @@ -1,21 +1,23 @@ -- type: loadout - id: LoadoutItemMk58 - category: Items - cost: 8 - items: - - WeaponPistolMk58 - - MagazinePistol # Gun comes with a mag loaded. - requirements: - - !type:CharacterOverallTimeRequirement - min: 3600 # 1 hour +# - type: loadout +# id: LoadoutItemMk58 +# category: Items +# cost: 8 +# items: +# - WeaponPistolMk58 +# - MagazinePistol # Gun comes with a mag loaded. +# requirements: +# - !type:CharacterOverallTimeRequirement +# min: 3600 # 1 hour -- type: loadout - id: LoadoutItemMk58NonLethal - category: Items - cost: 6 - items: - - WeaponPistolMk58Nonlethal - - MagazinePistolRubber # Gun comes with a mag loaded. - requirements: - - !type:CharacterOverallTimeRequirement - min: 3600 # 1 hour \ No newline at end of file +# - type: loadout +# id: LoadoutItemMk58NonLethal +# category: Items +# cost: 6 +# items: +# - WeaponPistolMk58Nonlethal +# - MagazinePistolRubber # Gun comes with a mag loaded. +# requirements: +# - !type:CharacterOverallTimeRequirement +# min: 3600 # 1 hour +# +# NO BAD \ No newline at end of file From eb83ef2e0c174e7e1c5dc0014b43f68d75c71f4e Mon Sep 17 00:00:00 2001 From: BlueHNT <79374236+BlueHNT@users.noreply.github.com> Date: Thu, 8 Aug 2024 02:04:51 +0200 Subject: [PATCH 2/2] deletes the entire file instead of commenting --- Resources/Prototypes/_ds14/Loadouts/items.yml | 23 ------------------- 1 file changed, 23 deletions(-) delete mode 100644 Resources/Prototypes/_ds14/Loadouts/items.yml diff --git a/Resources/Prototypes/_ds14/Loadouts/items.yml b/Resources/Prototypes/_ds14/Loadouts/items.yml deleted file mode 100644 index e1090758c5..0000000000 --- a/Resources/Prototypes/_ds14/Loadouts/items.yml +++ /dev/null @@ -1,23 +0,0 @@ -# - type: loadout -# id: LoadoutItemMk58 -# category: Items -# cost: 8 -# items: -# - WeaponPistolMk58 -# - MagazinePistol # Gun comes with a mag loaded. -# requirements: -# - !type:CharacterOverallTimeRequirement -# min: 3600 # 1 hour - -# - type: loadout -# id: LoadoutItemMk58NonLethal -# category: Items -# cost: 6 -# items: -# - WeaponPistolMk58Nonlethal -# - MagazinePistolRubber # Gun comes with a mag loaded. -# requirements: -# - !type:CharacterOverallTimeRequirement -# min: 3600 # 1 hour -# -# NO BAD \ No newline at end of file