more runtimes, fixes wrong gibs and blood

This commit is contained in:
Dip
2020-10-24 02:23:06 -03:00
parent e162b8c36f
commit 124bf72657
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -21,7 +21,7 @@
/mob/living/proc/spawn_gibs(with_bodyparts, atom/loc_override)
var/location = loc_override ? loc_override.drop_location() : drop_location()
if(mob_biotypes & MOB_ROBOTIC)
if(MOB_ROBOTIC in mob_biotypes)
new /obj/effect/gibspawner/robot(location, src, get_static_viruses())
else
new /obj/effect/gibspawner/generic(location, src, get_static_viruses())