mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-18 10:34:10 +01:00
Tweaks to restore a few VS things
This commit is contained in:
@@ -288,6 +288,12 @@ proc/blood_incompatible(donor,receiver,donor_species,receiver_species)
|
||||
|
||||
proc/blood_splatter(var/target,var/datum/reagent/blood/source,var/large)
|
||||
|
||||
//Vorestation Edit Start - We're not going to splatter at all because we're in something and that's silly.
|
||||
if(istype(source,/atom/movable))
|
||||
var/atom/movable/A = source
|
||||
if(!isturf(A.loc))
|
||||
return
|
||||
//VOREStation Edit End
|
||||
var/obj/effect/decal/cleanable/blood/B
|
||||
var/decal_type = /obj/effect/decal/cleanable/blood/splatter
|
||||
var/turf/T = get_turf(target)
|
||||
|
||||
Reference in New Issue
Block a user