From db7e060becbb49cb4013a9a1125330cc471ac2d5 Mon Sep 17 00:00:00 2001 From: Remuchi <72476615+Remuchi@users.noreply.github.com> Date: Tue, 24 Dec 2024 19:54:42 +0700 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Spatison <137375981+Spatison@users.noreply.github.com> --- .../Entities/Objects/Weapons/Guns/SMGs/smgs.yml | 8 ++++---- .../Entities/Objects/Weapons/Guns/Shotguns/shotguns.yml | 2 +- .../Entities/Structures/Piping/Atmospherics/special.yml | 2 ++ .../Entities/Structures/Specific/Janitor/drain.yml | 4 +++- 4 files changed, 10 insertions(+), 6 deletions(-) diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Guns/SMGs/smgs.yml b/Resources/Prototypes/Entities/Objects/Weapons/Guns/SMGs/smgs.yml index a858aada6e..762bb00c63 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Guns/SMGs/smgs.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Guns/SMGs/smgs.yml @@ -102,8 +102,8 @@ - type: Clothing sprite: Objects/Weapons/Guns/SMGs/c20r.rsi - type: Gun - minAngle: 2 - maxAngle: 10 + minAngle: 2 # WD EDIT + maxAngle: 10 # WD EDIT shotsPerBurst: 5 availableModes: - SemiAuto @@ -145,8 +145,8 @@ - type: Clothing sprite: Objects/Weapons/Guns/SMGs/drozd.rsi - type: Gun - minAngle: 2 - maxAngle: 14 + minAngle: 2 # WD EDIT + maxAngle: 14 # WD EDIT fireRate: 6 selectedMode: FullAuto soundGunshot: diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Shotguns/shotguns.yml b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Shotguns/shotguns.yml index f1c50ec4a2..d9f37c453f 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Shotguns/shotguns.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Shotguns/shotguns.yml @@ -51,7 +51,7 @@ Blunt: 10 soundHit: collection: GenericHit - - type: GunRequiresWield + - type: GunRequiresWield # WD EDIT - type: entity name: Bulldog diff --git a/Resources/Prototypes/Entities/Structures/Piping/Atmospherics/special.yml b/Resources/Prototypes/Entities/Structures/Piping/Atmospherics/special.yml index 36c3b45687..88e45f971f 100644 --- a/Resources/Prototypes/Entities/Structures/Piping/Atmospherics/special.yml +++ b/Resources/Prototypes/Entities/Structures/Piping/Atmospherics/special.yml @@ -25,7 +25,9 @@ - type: Tag tags: - SpreaderIgnore + # WD EDIT START - type: Construction graph: TinyFan node: tinyFan + # WD EDIT END \ No newline at end of file diff --git a/Resources/Prototypes/Entities/Structures/Specific/Janitor/drain.yml b/Resources/Prototypes/Entities/Structures/Specific/Janitor/drain.yml index 389f4b0359..d72834f084 100644 --- a/Resources/Prototypes/Entities/Structures/Specific/Janitor/drain.yml +++ b/Resources/Prototypes/Entities/Structures/Specific/Janitor/drain.yml @@ -60,6 +60,8 @@ - !type:PlaySoundBehavior sound: collection: MetalBreak + # WD EDIT START - type: Construction graph: FloorDrain - node: floorDrain \ No newline at end of file + node: floorDrain + # WD EDIT END \ No newline at end of file