From 670db095b8fdd731f9ae659af77ffff1febe7fc6 Mon Sep 17 00:00:00 2001 From: Skye <57879983+Rainbeon@users.noreply.github.com> Date: Tue, 9 Jan 2024 04:06:14 -0500 Subject: [PATCH] L shape drill + Surgical Tool Rotation fixes (#23773) L shape drill + surgical tool rotation --- .../Entities/Objects/Specific/Medical/surgery.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Resources/Prototypes/Entities/Objects/Specific/Medical/surgery.yml b/Resources/Prototypes/Entities/Objects/Specific/Medical/surgery.yml index 0dc1116cf0..7ae55be8e3 100644 --- a/Resources/Prototypes/Entities/Objects/Specific/Medical/surgery.yml +++ b/Resources/Prototypes/Entities/Objects/Specific/Medical/surgery.yml @@ -22,6 +22,7 @@ state: cautery - type: Item sprite: Objects/Specific/Medical/Surgery/cautery.rsi + storedRotation: 90 - type: MeleeWeapon damage: types: @@ -42,6 +43,9 @@ state: drill - type: Item sprite: Objects/Specific/Medical/Surgery/drill.rsi + shape: + - 0,0,1,0 + - 1,1,1,1 - type: MeleeWeapon damage: types: @@ -69,6 +73,7 @@ state: scalpel - type: Item sprite: Objects/Specific/Medical/Surgery/scalpel.rsi + storedRotation: 90 - type: MeleeWeapon attackRate: 1.5 damage: @@ -127,6 +132,7 @@ state: retractor - type: Item sprite: Objects/Specific/Medical/Surgery/scissors.rsi + storedRotation: 90 - type: entity name: hemostat @@ -138,6 +144,7 @@ state: hemostat - type: Item heldPrefix: hemostat + storedRotation: 90 # - type: entity # name: bone setter @@ -162,6 +169,7 @@ state: saw - type: Item sprite: Objects/Specific/Medical/Surgery/saw.rsi + storedRotation: 90 - type: Tool qualities: - Sawing @@ -199,6 +207,7 @@ state: electric - type: Item heldPrefix: electric + storedRotation: 90 - type: MeleeWeapon damage: groups: @@ -220,6 +229,7 @@ state: advanced - type: Item heldPrefix: advanced + storedRotation: 90 - type: MeleeWeapon attackRate: 1.5 damage: -- 2.51.2