mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-08-23 05:06:50 +01:00
Fixing issues with the gibber not processing humans.
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user