Removes un-needed holder

This commit is contained in:
Qwertytoforty
2020-11-04 19:54:35 -05:00
parent 176f5d8805
commit b83a134d6b
+1 -1
View File
@@ -97,7 +97,7 @@
/datum/reagent/proc/on_mob_death(mob/living/M) //use this to have chems have a "death-triggered" effect
return
/datum/reagent/proc/fire_flash_log(datum/reagents/holder) //Call this whenever a chemical makes a fire flash
/datum/reagent/proc/fire_flash_log() //Call this whenever a chemical makes a fire flash
if(holder.my_atom)
if(holder.my_atom.fingerprintslast)
var/mob/M = get_mob_by_key(holder.my_atom.fingerprintslast)