mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-27 23:29:10 +01:00
[MIRROR] allow nondna blood smearing (#11091)
Co-authored-by: Will <7099514+Willburd@users.noreply.github.com> Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
co-authored by
Will
Kashargul
parent
28d83e813b
commit
4a900ad6c5
@@ -47,10 +47,8 @@
|
||||
gib.update_icon()
|
||||
|
||||
gib.init_forensic_data()
|
||||
if(MobDNA)
|
||||
gib.add_blooddna(MobDNA,null)
|
||||
else if(istype(src, /obj/effect/gibspawner/human)) // Probably a monkey
|
||||
gib.add_blooddna(null,null)
|
||||
gib.add_blooddna(MobDNA,null)
|
||||
|
||||
if(istype(location,/turf/))
|
||||
var/list/directions = gibdirections[i]
|
||||
if(directions.len)
|
||||
|
||||
Reference in New Issue
Block a user