mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-22 03:27:46 +01:00
Merge pull request #8601 from Rykka-Stormheart/shep-dev-mulebot-steppies-fix
Fix Mulebot Crossed() Code, allows simplemobs to be crushed if laying
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