Mulebot and vehicle updates - they now run over mobs! (#7430)

* Mulebot and vehicle updates - they now run over mobs!

* Remove unneeded safety check, and lying check

* Fix Mulebots running over themselves, fix runtime with blood.dm
This commit is contained in:
Rykka Stormheart
2020-08-06 21:21:18 -07:00
committed by GitHub
parent 99357d2c12
commit 89bfe3be40
7 changed files with 43 additions and 36 deletions
+1 -1
View File
@@ -354,7 +354,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.