forgot the ..()

This commit is contained in:
Putnam3145
2022-08-15 23:42:42 -07:00
parent 186db17c41
commit c8a84c2172

View File

@@ -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)