Skip to content

Commit

Permalink
Medical: minor text alignment issue
Browse files Browse the repository at this point in the history
  • Loading branch information
caligari87 committed Dec 30, 2021
1 parent a28d7e5 commit 4a36890
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion medical/module/traumakit/traumakit.zsc
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ class UaS_TraumaKit : HDWeapon {
sb.pSmallFont,
"No treatable wounds",
(0, woundListOffsetY),
sb.DI_SCREEN_CENTER | sb.DI_TEXT_ALIGN_CENTER,
sb.DI_SCREEN_CENTER | sb.DI_TEXT_ALIGN_RIGHT,
Font.CR_GRAY
);
} else {
Expand Down

0 comments on commit 4a36890

Please sign in to comment.