Update scooter.dm

This commit is contained in:
kevinz000
2020-04-10 04:25:53 -07:00
committed by GitHub
parent 753be141be
commit b09ac26ab2
-2
View File
@@ -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