From 95665d184fce0467b73e9ed1c9590c9616f733c8 Mon Sep 17 00:00:00 2001 From: Swept Date: Wed, 2 Sep 2020 09:57:21 +0000 Subject: [PATCH] Updates surgery IDs to standard (#2004) * Updates IDs and map file * Update the surgery duffel --- Resources/Maps/saltern.yml | 10 +++++----- .../Prototypes/Entities/Clothing/Back/duffel.yml | 12 ++++++------ .../Tools/{surgery_tools.yml => surgery.yml} | 14 +++++++------- 3 files changed, 18 insertions(+), 18 deletions(-) rename Resources/Prototypes/Entities/Objects/Tools/{surgery_tools.yml => surgery.yml} (96%) diff --git a/Resources/Maps/saltern.yml b/Resources/Maps/saltern.yml index 071bf85549..2b0fa6bbe4 100644 --- a/Resources/Maps/saltern.yml +++ b/Resources/Maps/saltern.yml @@ -500,7 +500,7 @@ entities: rot: -1.5707963267948966 rad type: Transform - uid: 51 - type: bone_saw + type: BoneSaw components: - parent: 857 pos: 19.49593,-21.552101 @@ -565,7 +565,7 @@ entities: - anchored: False type: Collidable - uid: 58 - type: scalpel + type: Scalpel components: - parent: 857 pos: 19.190952,-21.29313 @@ -594,7 +594,7 @@ entities: - anchored: False type: Collidable - uid: 61 - type: retractor + type: Retractor components: - parent: 857 pos: 19.482815,-21.853302 @@ -621,7 +621,7 @@ entities: - deadThreshold: 100 type: Destructible - uid: 64 - type: drill + type: Drill components: - parent: 857 pos: 19.515043,-22.566078 @@ -646,7 +646,7 @@ entities: rot: -1.5707963267948966 rad type: Transform - uid: 67 - type: hemostat + type: Hemostat components: - parent: 857 pos: 19.655668,-21.300453 diff --git a/Resources/Prototypes/Entities/Clothing/Back/duffel.yml b/Resources/Prototypes/Entities/Clothing/Back/duffel.yml index 40e8edb4fc..8dc7431db2 100644 --- a/Resources/Prototypes/Entities/Clothing/Back/duffel.yml +++ b/Resources/Prototypes/Entities/Clothing/Back/duffel.yml @@ -127,11 +127,11 @@ sprite: Clothing/Back/Duffels/duffel_med.rsi - type: StorageFill contents: - - hemostat - - bone_saw - - drill - - cautery - - retractor - - scalpel + - Hemostat + - BoneSaw + - Drill + - Cautery + - Retractor + - Scalpel - type: Storage capacity: 30 diff --git a/Resources/Prototypes/Entities/Objects/Tools/surgery_tools.yml b/Resources/Prototypes/Entities/Objects/Tools/surgery.yml similarity index 96% rename from Resources/Prototypes/Entities/Objects/Tools/surgery_tools.yml rename to Resources/Prototypes/Entities/Objects/Tools/surgery.yml index 5e1ecf0b39..ecb3d12221 100644 --- a/Resources/Prototypes/Entities/Objects/Tools/surgery_tools.yml +++ b/Resources/Prototypes/Entities/Objects/Tools/surgery.yml @@ -14,7 +14,7 @@ - type: entity name: scalpel parent: BaseSurgeryTool - id: scalpel + id: Scalpel desc: A surgical tool used to make incisions into flesh. components: - type: SurgeryTool @@ -32,7 +32,7 @@ - type: entity name: retractor parent: BaseSurgeryTool - id: retractor + id: Retractor desc: A surgical tool used to hold open incisions. components: - type: SurgeryTool @@ -50,7 +50,7 @@ - type: entity name: cautery parent: BaseSurgeryTool - id: cautery + id: Cautery desc: A surgical tool used to cauterize open wounds. components: - type: SurgeryTool @@ -68,7 +68,7 @@ - type: entity name: drill parent: BaseSurgeryTool - id: drill + id: Drill desc: A surgical drill for making holes into hard material. components: - type: SurgeryTool @@ -86,7 +86,7 @@ - type: entity name: bone saw parent: BaseSurgeryTool - id: bone_saw + id: BoneSaw desc: A surgical tool used to cauterize open wounds. components: - type: SurgeryTool @@ -104,7 +104,7 @@ - type: entity name: hemostat parent: BaseSurgeryTool - id: hemostat + id: Hemostat desc: A surgical tool used to compress blood vessels to prevent bleeding. components: - type: SurgeryTool @@ -117,4 +117,4 @@ sprite: Objects/Specific/Medical/surgery_tools.rsi state: hemostat - type: ItemCooldown - - type: MeleeWeapon \ No newline at end of file + - type: MeleeWeapon