Skip to content

Commit

Permalink
YML linter part 4
Browse files Browse the repository at this point in the history
  • Loading branch information
gluesniffler committed Dec 31, 2024
1 parent f93158f commit 82cbd12
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ private TargetBodyPart GetRandomPartSpread(ushort torsoWeight = 9)

public TargetBodyPart? GetRandomBodyPart(EntityUid uid, TargetingComponent? target = null)
{
if (!Resolve(uid, ref target))
if (!Resolve(uid, ref target, false))
return null;

var rand = new System.Random((int) _timing.CurTick.Value);
Expand Down
1 change: 1 addition & 0 deletions Resources/Locale/en-US/_Shitmed/damage/damage-groups.ftl
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
damage-group-organ-failure = Organ Failure
3 changes: 1 addition & 2 deletions Resources/Locale/en-US/_Shitmed/damage/damage-types.ftl
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
damage-type-organ = Decay
damage-type-trauma = Trauma
damage-type-organ-failure = Organ Failure
damage-type-trauma = Trauma

0 comments on commit 82cbd12

Please sign in to comment.