From 7ce0369e4808484aeb2eb9e31ce454e165d902d0 Mon Sep 17 00:00:00 2001 From: Ghommie <42542238+Ghommie@users.noreply.github.com> Date: Sat, 1 Feb 2020 05:05:07 +0100 Subject: [PATCH] Oh man. --- code/game/turfs/space/space.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/turfs/space/space.dm b/code/game/turfs/space/space.dm index 7bf7c5221a..26daa32107 100644 --- a/code/game/turfs/space/space.dm +++ b/code/game/turfs/space/space.dm @@ -88,7 +88,7 @@ /turf/open/space/proc/CanBuildHere() return TRUE -/turf/open/space/handle_slip() +/turf/open/space/handle_slip(mob/living/carbon/C, knockdown_amount, obj/O, lube) if(lube & FLYING_DOESNT_HELP) return ..()