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 c862749 commit d0d927b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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_total
return fact_mob.life_ib_fixed

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

0 comments on commit d0d927b

Please sign in to comment.