mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-12 15:45:25 +01:00
Update blood.dm (#21032)
This commit is contained in:
@@ -213,7 +213,7 @@
|
||||
return blood_data
|
||||
if(blood_id == "slimejelly")
|
||||
var/blood_data = list()
|
||||
blood_data["colour"] = dna.species.blood_color
|
||||
blood_data["blood_color"] = dna.species.blood_color
|
||||
return blood_data
|
||||
|
||||
//get the id of the substance this mob use as blood.
|
||||
@@ -256,7 +256,7 @@
|
||||
|
||||
//to add a splatter of blood or other mob liquid.
|
||||
/mob/living/proc/add_splatter_floor(turf/T, small_drip, shift_x, shift_y)
|
||||
if(get_blood_id() != "blood")//is it blood or welding fuel?
|
||||
if((get_blood_id() != "blood") && (get_blood_id() != "slimejelly"))//is it blood or welding fuel?
|
||||
return
|
||||
if(!T)
|
||||
T = get_turf(src)
|
||||
|
||||
Reference in New Issue
Block a user