Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Spatison <137375981+Spatison@users.noreply.github.com>
  • Loading branch information
Remuchi and Spatison authored Dec 24, 2024
1 parent e7c6560 commit db7e060
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
Blunt: 10
soundHit:
collection: GenericHit
- type: GunRequiresWield
- type: GunRequiresWield # WD EDIT

- type: entity
name: Bulldog
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@
- type: Tag
tags:
- SpreaderIgnore
# WD EDIT START
- type: Construction
graph: TinyFan
node: tinyFan
# WD EDIT END

Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@
- !type:PlaySoundBehavior
sound:
collection: MetalBreak
# WD EDIT START
- type: Construction
graph: FloorDrain
node: floorDrain
node: floorDrain
# WD EDIT END

0 comments on commit db7e060

Please sign in to comment.