Skip to content

Commit

Permalink
Fixes runtime in gibbing of mobs with no DNA.
Browse files Browse the repository at this point in the history
  • Loading branch information
MistakeNot4892 authored and comma committed Aug 12, 2023
1 parent a1bd1d1 commit 87a3045
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/mob/death.dm
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

flick(anim, animation)
if(do_gibs)
gibs(loc, _blood_type = dna.b_type, _unique_enzymes = get_unique_enzymes())
gibs(loc, _blood_type = get_blood_type(), _unique_enzymes = get_unique_enzymes())

QDEL_IN(animation, 15)
QDEL_IN(src, 15)
Expand Down

0 comments on commit 87a3045

Please sign in to comment.