Fixes a couple of directional xenogib sprites that I missed [NO GBP] (#90897)

This commit is contained in:
Bloop
2025-05-08 18:41:30 -04:00
committed by Roxy
parent 7fe7453c60
commit b5b1fed37d
10 changed files with 36 additions and 33 deletions
@@ -49,9 +49,9 @@
animate(src, pixel_x = target_pixel_x, pixel_y = target_pixel_y, alpha = 0, time = duration)
/obj/effect/temp_visual/dir_setting/bloodsplatter/xenosplatter
splatter_type = "xsplatter"
splatter_type = "splatter"
/obj/effect/temp_visual/dir_setting/bloodsplatter/xenosplatter/Initialize(mapload, set_dir, set_color = GLOB.blood_types[/datum/blood_type/xeno::name])
/obj/effect/temp_visual/dir_setting/bloodsplatter/xenosplatter/Initialize(mapload, set_dir, set_color = get_blood_type(/datum/blood_type/xeno::name))
return ..()
/obj/effect/temp_visual/dir_setting/speedbike_trail