Skip to content

Commit

Permalink
Update ib_fact.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
zzzmike committed Aug 3, 2024
1 parent d0d927b commit b4b3aac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/datums/statistics/random_facts/ib_fact.dm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
statistic_verb = "fixed internal bleeding for"

/datum/random_fact/ib/life_grab_stat(mob/fact_mob)
return fact_mob.life_ib_fixed
return fact_mob.life_ib_total

/datum/random_fact/ib/death_grab_stat(datum/entity/statistic/death/fact_death)
return fact_death.total_ib_fixed

0 comments on commit b4b3aac

Please sign in to comment.