Skip to content

Commit

Permalink
added hit sound to armblade
Browse files Browse the repository at this point in the history
  • Loading branch information
Darkmajia committed Sep 17, 2024
1 parent b6de308 commit 9a51def
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Content.Server/Administration/Commands/WarpCommand.cs
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ public void Execute(IConsoleShell shell, string argStr, string[] args)
// Sort so that warp points on the same grid/map are first.
// So if you have two maps loaded with the same warp points,
// it will prefer the warp points on the map you're currently on.
var aGrid = a.GetGridUid(_entManager);
var aGrid = a.GetGridUid(_entManager);
var bGrid = b.GetGridUid(_entManager);

if (aGrid == bGrid)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@
types:
Slash: 25
Piercing: 15
soundHit:
path: /Audio/Weapons/bladeslice.ogg
- type: Item
size: Normal
sprite: Objects/Weapons/Melee/armblade.rsi
Expand Down

0 comments on commit 9a51def

Please sign in to comment.