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