mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 18:53:06 +00:00
Fix Mulebots running over themselves, fix runtime with blood.dm
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user