From 185b38e109312c2f13454a637a324456644d2df2 Mon Sep 17 00:00:00 2001 From: kevinz000 <2003111+kevinz000@users.noreply.github.com> Date: Fri, 10 Apr 2020 04:33:35 -0700 Subject: [PATCH] Update scooter.dm --- code/modules/vehicles/scooter.dm | 1 - 1 file changed, 1 deletion(-) diff --git a/code/modules/vehicles/scooter.dm b/code/modules/vehicles/scooter.dm index aa5bec22ec..1fb037d1c5 100644 --- a/code/modules/vehicles/scooter.dm +++ b/code/modules/vehicles/scooter.dm @@ -133,7 +133,6 @@ else playsound(src, 'sound/vehicles/skateboard_roll.ogg', 50, TRUE) if(prob (25)) - var/turf/location = get_turf(loc) sparks.start() //the most radical way to start plasma fires addtimer(CALLBACK(src, .proc/grind), 2) return