From c8a84c2172491fbbfa006dd5ab6a5e4dea720caa Mon Sep 17 00:00:00 2001 From: Putnam3145 Date: Mon, 15 Aug 2022 23:42:42 -0700 Subject: [PATCH] forgot the ..() --- code/modules/reagents/chemistry/reagents/other_reagents.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/reagents/chemistry/reagents/other_reagents.dm b/code/modules/reagents/chemistry/reagents/other_reagents.dm index 6976a09648..b5a532b264 100644 --- a/code/modules/reagents/chemistry/reagents/other_reagents.dm +++ b/code/modules/reagents/chemistry/reagents/other_reagents.dm @@ -549,6 +549,7 @@ var/lube_kind = TURF_WET_LUBE ///What kind of slipperiness gets added to turfs. /datum/reagent/lube/reaction_turf(turf/open/T, reac_volume) + ..() if (!istype(T)) return if(reac_volume >= 1)