Fix Mulebots running over themselves, fix runtime with blood.dm

This commit is contained in:
Rykka
2020-08-05 22:18:13 -04:00
parent 992d204432
commit 86bf733872
3 changed files with 4 additions and 2 deletions

View File

@@ -360,7 +360,7 @@ proc/blood_splatter(var/target,var/datum/reagent/blood/source,var/large)
drop.drips |= drips
// If there's no data to copy, call it quits here.
if(!source)
if(!istype(source))
return B
// Update appearance.