Merge pull request #11806 from Citadel-Station-13/kevinz000-patch-3-1
removes hotspot expose from skateboards
This commit is contained in:
@@ -133,9 +133,6 @@
|
||||
else
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user