Skip to content

Commit

Permalink
closes #513
Browse files Browse the repository at this point in the history
  • Loading branch information
Muttley committed Sep 30, 2024
1 parent c273ea5 commit 242a129
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,12 @@

* Disease items now contain fields for tracking whether they are active (character experiencing symptoms), and how many days the infection has been active for.

- [#513] Indicate on hit location model when an actor is immune to radiation or poison

#### Bugs
- [#500] Knuckles missing weight value
- [#510] Addictions and Diseases should not show stash controls
- [#512] Fix inconsistent typography between different item sheets

#### Chores
- [#499] Merge new French translation updates from Crowdin
Expand Down
10 changes: 7 additions & 3 deletions system/templates/actor/pc/partials/body-location-status.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,13 @@
class="fo-{{keyRes}} resistance-icon"
title="{{keyRes}}"
></i>
<p class="label-value text-center">
{{resistancevalue}}
</p>
{{#if (lookup ../system.immunities keyRes)}}
<i class="text-center fa-regular fa-infinity" style="margin-top: 2px;"></i>
{{else}}
<p class="label-value text-center">
{{resistancevalue}}
</p>
{{/if}}
</div>
{{/each}}
</div>
Expand Down

0 comments on commit 242a129

Please sign in to comment.