The Great Del() Cull of 2015

This commit is contained in:
Fox-McCloud
2015-07-09 02:48:34 -04:00
parent 656b2c449a
commit 0dbea7621f
342 changed files with 915 additions and 916 deletions
+2 -2
View File
@@ -71,7 +71,7 @@ var/const/BLOOD_VOLUME_SURVIVE = 122
src.nutrition += (15 * REAGENTS_METABOLISM)
BL.volume -= REAGENTS_METABOLISM
if(BL.volume <= 0)
del(BL)
qdel(BL)
break //Only process one blood per tick, to maintain the same metabolism as nutriment for non-vampires.
if(B.data["donor"] != src) //If it's not theirs, then we look for theirs
@@ -332,7 +332,7 @@ proc/blood_splatter(var/target,var/datum/reagent/blood/source,var/large)
// Only a certain number of drips (or one large splatter) can be on a given turf.
for(var/obj/effect/decal/cleanable/blood/drip/drop in T)
drips |= drop.drips
del(drop)
qdel(drop)
if(!large && drips.len < 3)
decal_type = /obj/effect/decal/cleanable/blood/drip
+1 -1
View File
@@ -282,4 +282,4 @@ var/list/organ_cache = list()
if(fingerprintslast) O.fingerprintslast = fingerprintslast
user.put_in_active_hand(O)
del(src)
qdel(src)
+1 -1
View File
@@ -247,7 +247,7 @@
B.ckey = owner.ckey
spawn(0)
del(src)
qdel(src)
//XENOMORPH ORGANS
/obj/item/organ/xenos/eggsac
+3 -3
View File
@@ -834,7 +834,7 @@ Note that amputating the affected organ does in fact remove the infection from t
victim.bad_external_organs -= src
for(var/implant in implants) //todo: check if this can be left alone
del(implant)
qdel(implant)
// Attached organs also fly off.
if(!ignore_children)
@@ -864,8 +864,8 @@ Note that amputating the affected organ does in fact remove the infection from t
spark_system.attach(owner)
spark_system.start()
spawn(10)
del(spark_system)
del(src)
qdel(spark_system)
qdel(src)
/obj/item/organ/external/proc/disfigure(var/type = "brute")
if (disfigured)
+1 -1
View File
@@ -19,4 +19,4 @@
/obj/item/organ/external/stump/removed()
..()
del(src)
qdel(src)