From b83a134d6be8b2edf06560c34d1946e2fa67d1ce Mon Sep 17 00:00:00 2001 From: Qwertytoforty <52090703+Qwertytoforty@users.noreply.github.com> Date: Wed, 4 Nov 2020 19:54:35 -0500 Subject: [PATCH] Removes un-needed holder --- code/modules/reagents/chemistry/reagents.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/reagents/chemistry/reagents.dm b/code/modules/reagents/chemistry/reagents.dm index 9212319aefd..2345e6cb1da 100644 --- a/code/modules/reagents/chemistry/reagents.dm +++ b/code/modules/reagents/chemistry/reagents.dm @@ -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)