optimizations, unnecessary crap, undocumented ipc change

This commit is contained in:
kevinz000
2020-01-24 21:18:19 -07:00
parent 9181a4aee0
commit 24cbe67f27
5 changed files with 6 additions and 24 deletions
+2 -3
View File
@@ -505,9 +505,8 @@
return final_rgb
/atom/proc/clean_blood()
if(islist(blood_DNA))
blood_DNA = null
return TRUE
. = blood_DNA? TRUE : FALSE
blood_dna = null
/atom/proc/wash_cream()
return TRUE
+1 -1
View File
@@ -266,7 +266,7 @@
for(var/atom/movable/AM in things_to_clear) //Scorches away blood and forensic evidence, although the SSU itself is unaffected
SEND_SIGNAL(AM, COMSIG_COMPONENT_CLEAN_ACT, CLEAN_STRONG)
AM.clean_blood()
AM.fingerprints = list()
AM.fingerprints = null
var/datum/component/radioactive/contamination = AM.GetComponent(/datum/component/radioactive)
if(contamination)
qdel(contamination)