Fixing issues with the gibber not processing humans.

This commit is contained in:
MistakeNot4892
2023-08-31 00:29:05 +10:00
parent c8d8d55c29
commit b1bb99eea1
4 changed files with 13 additions and 12 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
#define GIB_DATA_DIRECTIONS "directions"
/proc/gibs(atom/location, var/datum/dna/MobDNA, gibber_type = /obj/effect/spawner/gibs/generic, var/fleshcolor, var/bloodcolor)
new gibber_type(FALSE,location,MobDNA,fleshcolor,bloodcolor)
new gibber_type(location, MobDNA, fleshcolor, bloodcolor)
/obj/effect/spawner/gibs
/// If non-null, sparks will be spawned alongside the gibs.