Skip to content

Commit

Permalink
removes the NTOS on stam damage
Browse files Browse the repository at this point in the history
  • Loading branch information
Kilmented committed Oct 5, 2024
1 parent 7b7c703 commit b3ef90c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
9 changes: 0 additions & 9 deletions tgui/packages/tgui/interfaces/WeaponInfo.js
Original file line number Diff line number Diff line change
Expand Up @@ -401,15 +401,6 @@ export const ProjectileInfo = (props, context) => {
</Table.Cell>
</Table.Row>

<Table.Row>
<Table.Cell bold textAlign="right" color="label">
<Tooltipify name="Stamina:" tip="Base stamina (non-lethal) damage." />
</Table.Cell>
<Table.Cell>
{projectile_stamina} <Tooltipify name="R3Bs" tip="Rubber Beany Baby Bags (at 200 meters)" fade={1} />
</Table.Cell>
</Table.Row>

<Table.Row>
<Table.Cell bold textAlign="right" color="label">
<Tooltipify name="Spread" tip="Base inaccuracy in degrees from straight ahead, before recoil is factored in." />
Expand Down
2 changes: 1 addition & 1 deletion tgui/public/tgui.bundle.js

Large diffs are not rendered by default.

0 comments on commit b3ef90c

Please sign in to comment.