it seems i didnt commit before taking a break for the semester

This commit is contained in:
Rusty Striker 2025-06-14 17:35:16 +03:00
parent 4a0673bde5
commit dbeda509fc
Signed by: RustyStriker
GPG key ID: 87E4D691632DFF15
8 changed files with 170 additions and 41 deletions

View file

@ -133,6 +133,7 @@ impl Character<Entry> for Pathfinder2rCharacterSheet {
fn short(&self) -> CharacterShort {
CharacterShort {
id: 0,
title: self.name.clone(),
sub_title: Some("A Character!".to_string()),
health: Some([ "Dying", "Hurt", "Harmed", "Unharmed" ][((self.health * 4) / self.max_health) as usize].to_string()),