Skip to content

Commit

Permalink
one more use of existing CoreRPG colors
Browse files Browse the repository at this point in the history
  • Loading branch information
bmos committed Aug 30, 2021
1 parent 21e87ce commit 1e7fdce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion campaign/record_item.xml
Expand Up @@ -112,7 +112,7 @@
window.itemdamage.setColor(ColorManager.COLOR_HEALTH_CRIT_WOUNDS)
DB.setValue(window.getDatabaseNode(), 'broken', 'number', 2)
elseif nPercentDmg >= 50 then
window.itemdamage.setColor('FFEB7B00')
window.itemdamage.setColor(ColorManager.COLOR_HEALTH_HVY_WOUNDS)
DB.setValue(window.getDatabaseNode(), 'broken', 'number', 1)
else
window.itemdamage.setColor(ColorManager.COLOR_FULL)
Expand Down

0 comments on commit 1e7fdce

Please sign in to comment.