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